1 Star 0 Fork 0

EZ118/BiliChrome

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest_firefox.json 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "BiliScape",
"version": "3.1.3",
"description": "哔哩哔哩第三方浏览器客户端,对接B站API实现,Material You样式,所有客户端在线内容来自哔哩哔哩官方。",
"manifest_version": 3,
"icons": {
"64": "./img/icon_64x64.png",
"128": "./img/icon_128x128.png"
},
"permissions": [
"notifications",
"webRequest",
"declarativeNetRequest",
"cookies",
"contextMenus",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"*://*.bilibili.com/*"
],
"action": {
"default_title": "BiliScape"
},
"background": {
"scripts": [
"./js/background.js"
]
},
"options_ui": {
"page": "./options.html",
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "bilifire@ez118",
"strict_min_version": "109.0"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/EZ118/BiliChrome.git
git@gitee.com:EZ118/BiliChrome.git
EZ118
BiliChrome
BiliChrome
main

搜索帮助