当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
3 Star 6 Fork 2

ThreadLocal / ChromePageProhibitor
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
ThreadLocal 提交于 2017-12-16 15:07 . 优化视图
{
"manifest_version": 2,
"name": "ChromePageProhibitor",
"description": "ban the page that user set,it help us focus",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "html/index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"<all_urls>",
"webRequest",
"webRequestBlocking",
"storage"
],
"background": {
"scripts": [
"js/background/background.js"
],
"persistent": true
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://gitee.com/freezy7/ChromePageProhibitor/star_widget_preview https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js; object-src 'self'"
}
JavaScript
1
https://gitee.com/freezy7/ChromePageProhibitor.git
git@gitee.com:freezy7/ChromePageProhibitor.git
freezy7
ChromePageProhibitor
ChromePageProhibitor
master

搜索帮助