11 Star 20 Fork 6

Angus.Fenying / Blocker4OxC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
Angus.Fenying 提交于 2017-12-03 16:28 . 修正动弹遮蔽。
{
"name": "Blocker4OxC",
"manifest_version": 2,
"version": "0.3.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",
"http://www.oschina.net/*",
"https://www.oschina.net/*",
"http://my.oschina.net/*",
"https://my.oschina.net/*"
],
"content_scripts": [{
"matches": [
"http://www.oschina.net/news/*",
"https://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://my.oschina.net/*/blog/*",
"https://my.oschina.net/*/blog/*"
],
"js": [
"script/jquery-2.2.3.min.js",
"script/conf.js",
"script/blog-page.js"
],
"run_at": "document_end"
},{
"matches": [
"http://www.oschina.net/",
"https://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*",
"https://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/*",
"https://my.oschina.net/*/tweet/*"
],
"js": [
"script/jquery-2.2.3.min.js",
"script/conf.js",
"script/tweets-page.js"
],
"run_at": "document_end"
}]
}
JavaScript
1
https://gitee.com/fenying/Blocker4OxC.git
git@gitee.com:fenying/Blocker4OxC.git
fenying
Blocker4OxC
Blocker4OxC
master

搜索帮助