1 Star 0 Fork 0

张东东大人 / cat-catch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.firefox.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
O2bmm 提交于 2024-03-03 16:16 . ✨version: 2.5.1
{
"background": {
"scripts": [
"js/firefox.js",
"js/background.js"
]
},
"browser_action": {
"default_icon": "img/icon.png",
"default_title": "__MSG_catCatch__",
"default_popup": "popup.html"
},
"description": "__MSG_description__",
"icons": {
"64": "img/icon.png",
"128": "img/icon128.png"
},
"manifest_version": 2,
"name": "__MSG_catCatch__",
"homepage_url": "https://github.com/xifangczy/cat-catch",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"downloads",
"storage",
"webNavigation",
"alarms",
"scripting",
"*://*/*",
"<all_urls>",
"declarativeNetRequest"
],
"commands": {
"_execute_browser_action": {},
"enable": {
"description": "__MSG_pause__ / __MSG_enable__"
},
"auto_down": {
"description": "__MSG_autoDownload__"
},
"catch": {
"description": "__MSG_cacheCapture__"
},
"m3u8": {
"description": "__MSG_m3u8Parser__"
},
"clear": {
"description": "__MSG_clear__"
}
},
"browser_specific_settings": {
"gecko": {
"id": "xifangczy@gmail.com",
"strict_min_version": "113.0"
}
},
"content_scripts": [
{
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"js/content-script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": [
"catch-script/*"
],
"default_locale": "en",
"version": "2.5.1"
}
1
https://gitee.com/a200332/cat-catch.git
git@gitee.com:a200332/cat-catch.git
a200332
cat-catch
cat-catch
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891