1 Star 1 Fork 1

逆光影者/page-blocker

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
manifest.json 1.02 KB
Copy Edit Raw Blame History
逆光影者 authored 2022-01-13 10:42 . v0.0.2 -> 优化页面与配置
{
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "0.0.2",
"author": "CPF",
"description": "__MSG_appDesc__",
"default_locale": "zh_CN",
"icons": {
"16": "/img/extensions-16.png",
"32": "/img/extensions-32.png",
"48": "/img/extensions-48.png",
"128": "/img/extensions-128.png"
},
"action": {
"default_popup": "/html/popup.html",
"default_icon": {
"16": "/img/extensions-16.png",
"32": "/img/extensions-32.png",
"48": "/img/extensions-48.png",
"128": "/img/extensions-128.png"
}
},
"host_permissions": [
"https://*/*"
],
"background": {
"service_worker": "/js/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"/js/content-script.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
],
"devtools_page": "/html/devtools.html",
"optional_permissions": [
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cpfree/page-blocker.git
git@gitee.com:cpfree/page-blocker.git
cpfree
page-blocker
page-blocker
master

Search