27 lines
810 B
JSON
27 lines
810 B
JSON
|
|
{
|
||
|
|
"manifest_version": 3,
|
||
|
|
"name": "巡樓 Threads Session 同步",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "從 Chrome 已登入的 Threads 一鍵同步 session 到巡樓 server",
|
||
|
|
"permissions": ["cookies", "storage", "tabs", "scripting"],
|
||
|
|
"host_permissions": [
|
||
|
|
"https://www.threads.com/*",
|
||
|
|
"https://threads.com/*",
|
||
|
|
"https://www.threads.net/*",
|
||
|
|
"https://www.instagram.com/*",
|
||
|
|
"https://instagram.com/*",
|
||
|
|
"https://*.facebook.com/*",
|
||
|
|
"http://localhost:3000/*",
|
||
|
|
"http://127.0.0.1:3000/*"
|
||
|
|
],
|
||
|
|
"optional_host_permissions": ["http://*/*", "https://*/*"],
|
||
|
|
"action": {
|
||
|
|
"default_popup": "popup.html",
|
||
|
|
"default_title": "同步 Threads Session"
|
||
|
|
},
|
||
|
|
"background": {
|
||
|
|
"service_worker": "service-worker.js",
|
||
|
|
"type": "module"
|
||
|
|
},
|
||
|
|
"options_page": "options.html"
|
||
|
|
}
|