1 Star 0 Fork 0

达亿 / eyecream

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 659 Bytes
一键复制 编辑 原始数据 按行查看 历史
shahui.sh 提交于 2023-11-29 15:24 . init
{
"name": "Eye Cream",
"version": "1.0",
"manifest_version": 3,
"description": "屏蔽自己在互联网上不想看到的一切,让自己的浏览体验越来越佳!",
"content_scripts": [
{
"matches": ["https://www.sitestar.cn/website/choose.aspx**", "https://*.view.sitestar.cn/*","https://www.sitestar.cn/jspro/**"],
"js": ["scripts/content.js"],
"run_at": "document_end"
}
],
"icons": {
"128": "static/images/icon.png",
"16": "static/images/icon.png",
"32": "static/images/icon.png",
"48": "static/images/icon.png"
},
"action": {
"default_icon": "static/images/icon.png"
}
}
JavaScript
1
https://gitee.com/daycom/eyecream.git
git@gitee.com:daycom/eyecream.git
daycom
eyecream
eyecream
master

搜索帮助