0 Star 0 Fork 6

fedora/Blocker4OxC

forked from Angus.Fenying/Blocker4OxC 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Angus.Fenying 提交于 2016-05-04 14:38 . 添加首页动弹遮蔽
{
"name": "Blocker4OxC",
"manifest_version": 2,
"version": "0.2.0",
"description": "Helps block somebody's words.",
"icons": {
"64": "icon/64.png",
"128": "icon/128.png",
"256": "icon/256.png"
},
"browser_action": {
"default_icon": "icon/default.png",
"default_title": "Blocker4OxC",
"default_popup": "ui/popup.html"
},
"permissions": ["activeTab", "storage"],
"content_scripts": [{
"matches": ["http://www.oschina.net/news/*"],
"js": [
"script/jquery-2.2.3.min.js",
"script/conf.js",
"script/news-page.js"
],
"run_at": "document_end"
},{
"matches": ["http://www.oschina.net/"],
"js": [
"script/jquery-2.2.3.min.js",
"script/conf.js",
"script/home-page.js"
],
"run_at": "document_end"
},{
"matches": ["http://www.oschina.net/tweets*"],
"js": [
"script/jquery-2.2.3.min.js",
"script/conf.js",
"script/tweets-list.js"
],
"run_at": "document_end"
},{
"matches": ["http://my.oschina.net/*/tweet/*"],
"js": [
"script/jquery-2.2.3.min.js",
"script/conf.js",
"script/tweets-page.js"
],
"run_at": "document_end"
}]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fedora/Blocker4OxC.git
git@gitee.com:fedora/Blocker4OxC.git
fedora
Blocker4OxC
Blocker4OxC
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385