1 Star 0 Fork 14

oxlm/helper

forked from 繁星/helper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
繁星 提交于 2020-07-03 10:13 . project init.
{
"background": {
"scripts": [ "lib/sea.js", "bg.js" ]
},
"browser_action": {
"default_icon": "icons/icon.png",
"default_popup": "popup.html",
"default_title": "zh_CN"
},
"content_scripts": [ {
"all_frames": false,
"js": [ "straightGoogle.js" ],
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_end"
} ],
"content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
"default_locale": "zh_CN",
"description": "最简单易用的谷歌访问助手,为chrome扩展用户量身打造。可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。",
"icons": {
"128": "icons/icon-128.png",
"16": "icons/icon.png"
},
"manifest_version": 2,
"minimum_chrome_version": "18.0.0",
"name": "谷歌访问助手破解版",
"options_page": "options.html",
"permissions": [ "proxy", "tabs", "contextMenus", "webRequest", "webRequestBlocking", "webNavigation", "unlimitedStorage", "notifications", "\u003Call_urls>", "http://*/*", "https://*/*", "ftp://*/*" ],
"version": "2.3.0",
"web_accessible_resources": [ "first.html" ]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ShaquilleLiu/helper.git
git@gitee.com:ShaquilleLiu/helper.git
ShaquilleLiu
helper
helper
master

搜索帮助