BiliMini
工具栏添加一个按钮,用于提示并快速查看Bilibili更新等信息
Wat is BiliMini?
BiliMini is een Chrome-extensie ontwikkeld door zhutaoaaa, en de belangrijkste functie is "工具栏添加一个按钮,用于提示并快速查看Bilibili更新等信息".
Extensie Screenshots
Download het CRX-bestand van de extensie BiliMini
Download BiliMini-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
工具栏添加一个Bilibili图标,用于提示并快速查看更新。
Basisinformatie over de Extensie
Naam | BiliMini |
ID | fcibfbohheekhmgachjjghbhligddmcl |
Officiële URL | https://chromewebstore.google.com/detail/bilimini/fcibfbohheekhmgachjjghbhligddmcl |
Beschrijving | 工具栏添加一个按钮,用于提示并快速查看Bilibili更新等信息 |
Bestandsgrootte | 359 KB |
Aantal Installaties | 70 |
Huidige Versie | 2.3.8 |
Laatst Bijgewerkt | 2023-10-26 |
Publicatiedatum | 2022-08-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | zhutaoaaa |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/Taosky/BiliMini |
Ondersteunde Talen | 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" } } } } |