BiliMini
工具栏添加一个按钮,用于提示并快速查看Bilibili更新等信息
What is BiliMini?
BiliMini is a Chrome extension developed by zhutaoaaa, and its main feature is "工具栏添加一个按钮,用于提示并快速查看Bilibili更新等信息".
Extension Screenshots
Download BiliMini Extension CRX File
Download BiliMini extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
工具栏添加一个Bilibili图标,用于提示并快速查看更新。
Extension Basic Information
Name | BiliMini |
ID | fcibfbohheekhmgachjjghbhligddmcl |
Official URL | https://chromewebstore.google.com/detail/bilimini/fcibfbohheekhmgachjjghbhligddmcl |
Description | 工具栏添加一个按钮,用于提示并快速查看Bilibili更新等信息 |
File Size | 359 KB |
Installation Count | 70 |
Current Version | 2.3.8 |
Last Updated | 2023-10-26 |
Publish Date | 2022-08-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | zhutaoaaa |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/Taosky/BiliMini |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_desc__", "version": "2.3.8", "default_locale": "zh_CN", "permissions": [ "declarativeNetRequest", "alarms", "cookies", "storage" ], "host_permissions": [ "*:\/\/*.bilibili.com\/", "*:\/\/api.vc.bilibili.com\/", "*:\/\/api.live.bilibili.com\/" ], "declarative_net_request": { "rule_resources": [ { "id": "biliapi", "enabled": true, "path": "rules_biliapi.json" } ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "BiliMini", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+B" } } } } |