1 Star 0 Fork 0

ghostsf/HacpaiExtension

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
ghostsf 提交于 2020-04-01 18:14 +08:00 . chore
{
"name": "Hacpai Extension",
"version": "0.0.1",
"manifest_version": 2,
"description": "Hacpai Extension,优雅便捷的黑客派社区浏览器扩展",
"homepage_url": "https://ghostsf.com",
"background": {
"scripts": ["libs/jquery-3.2.0.min.js", "background.js"]
},
"permissions": [
"alarms",
"notifications",
"storage",
"cookies",
"webRequest",
"webRequestBlocking",
"*://*.hacpai.com/*"
],
"content_scripts": [
{
"matches": ["*://*.hacpai.com/*"],
"js": ["libs/jquery-3.2.0.min.js", "content.js"]
},
{
"matches": ["*://*.hacpai.com/cr"],
"js": ["libs/doutu.js", "libs/ChatNum.js"],
"css": ["libs/doutu.css"]
}
],
"browser_action": {
"default_icon": "icon/icon.png",
"default_popup": "page/popup.html"
},
"options_ui": {
"page": "page/options.html",
"open_in_tab": true
},
"icons": {
"16": "icon/icon16.png",
"48": "icon/icon48.png",
"128": "icon/icon128.png"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ghostsf/HacpaiExtension.git
git@gitee.com:ghostsf/HacpaiExtension.git
ghostsf
HacpaiExtension
HacpaiExtension
master

搜索帮助