Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flanker/bilibili-dark-mode
A Chrome/Edge extension to turn your bilibili.com into dark mode
https://github.com/flanker/bilibili-dark-mode
bilibili chrome chrome-extension dark-mode edge-extension
Last synced: 12 days ago
JSON representation
A Chrome/Edge extension to turn your bilibili.com into dark mode
- Host: GitHub
- URL: https://github.com/flanker/bilibili-dark-mode
- Owner: flanker
- Created: 2022-07-10T10:01:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T02:29:26.000Z (4 months ago)
- Last Synced: 2024-08-01T02:25:42.396Z (3 months ago)
- Topics: bilibili, chrome, chrome-extension, dark-mode, edge-extension
- Language: TypeScript
- Homepage: https://darkbili.com/
- Size: 19.1 MB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bilibili-extra - Bilibili-dark-mode - 一个浏览器插件,可以让 bilibili.com 进入夜间模式. (浏览器扩展 / 全站扩展)
README
# DarkBili - Dark Mode for bilibili.com
一个浏览器插件,可以让 bilibili.com 进入夜间模式。
A Chrome/Edge extension to turn your bilibili.com into dark mode.
## GitHub 地址
https://github.com/flanker/bilibili-dark-mode
## 安装地址
[DarkBili - Dark Mode for bilibili.com - 谷歌浏览器 Chrome Web Store](https://chrome.google.com/webstore/detail/darkbili-dark-mode-for-bi/kpjklikhldpeiibfhadeogaaeenhffba?utm_source=github&utm_medium=web&utm_campaign=homepage)
[DarkBili - Dark Mode for bilibili.com - Edge 浏览器 Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/darkbili-dark-mode-for-/nbabimeobioggknlhdndgigjndphjmbi?utm_source=github&utm_medium=web&utm_campaign=homepage)
## 截图
## 提交反馈
[https://github.com/flanker/bilibili-dark-mode/issues/new](https://github.com/flanker/bilibili-dark-mode/issues/new)
## Buy me a coffee
If you like it, why not buy me a coffee? :)
[https://buymeacoffee.com/fengzhichao](https://buymeacoffee.com/fengzhichao)
## Development
This is a [Plasmo extension](https://docs.plasmo.com/) project.
First, run the development server:
```bash
pnpm dev
# or
npm run dev
```Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: `build/chrome-mv3-dev`.
For further guidance, [visit Plasmo Documentation](https://docs.plasmo.com/)