You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
464 B
JSON

{
"manifest_version": 3,
"name": "Auto Cookie Injector (All Pages)",
"version": "1.4",
"description": "在任何网页上点击插件,自动注入粘贴的 Cookie 字符串",
"permissions": ["activeTab", "cookies", "scripting"],
"host_permissions": ["<all_urls>"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "注入 Cookie"
}
}