This commit is contained in:
liushiwei
2023-09-05 23:28:50 +08:00
parent 37bafe6279
commit b9991b4af2
4 changed files with 72 additions and 78 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "TEMU助手",
"description": "TEMU助手 - 自动化提高生产效率",
"version": "2.2.3",
"version": "2.2.4",
"background": {
"service_worker": "/background.js"
},
@@ -19,10 +19,13 @@
"permissions": [
"cookies",
"notifications",
"tabs",
"scripting",
"webRequest",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"webRequest"
"activeTab"
],
"content_scripts": [
{