Merge branch 'label' of gitee.com:three-make-money/temu-plugin into master
Signed-off-by: juanmao2009 <499672082@qq.com>
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
"48": "icons/48.png",
|
||||
"128": "icons/128.png"
|
||||
},
|
||||
"action": {
|
||||
},
|
||||
"action": {},
|
||||
"host_permissions": [
|
||||
"*://124.71.2.127:8888/",
|
||||
"*://*.kuajingmaihuo.com/",
|
||||
@@ -37,43 +36,53 @@
|
||||
"fileSystemProvider"
|
||||
],
|
||||
"declarative_net_request": {
|
||||
"rule_resources": [{
|
||||
"id": "1",
|
||||
"enabled": true,
|
||||
"path": "rules_1.json"
|
||||
},{
|
||||
"id": "3",
|
||||
"enabled": true,
|
||||
"path": "rules_3.json"
|
||||
},{
|
||||
"id": "4",
|
||||
"enabled": true,
|
||||
"path": "rules_4.json"
|
||||
},{
|
||||
"id": "5",
|
||||
"enabled": true,
|
||||
"path": "rules_5.json"
|
||||
},{
|
||||
"id": "6",
|
||||
"enabled": true,
|
||||
"path": "rules_6.json"
|
||||
},{
|
||||
"id": "7",
|
||||
"enabled": true,
|
||||
"path": "rules_7.json"
|
||||
},{
|
||||
"id": "8",
|
||||
"enabled": true,
|
||||
"path": "rules_8.json"
|
||||
},{
|
||||
"id": "9",
|
||||
"enabled": true,
|
||||
"path": "rules_9.json"
|
||||
},{
|
||||
"id": "11",
|
||||
"enabled": true,
|
||||
"path": "rules_11.json"
|
||||
}]
|
||||
"rule_resources": [
|
||||
{
|
||||
"id": "1",
|
||||
"enabled": true,
|
||||
"path": "rules_1.json"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"enabled": true,
|
||||
"path": "rules_3.json"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"enabled": true,
|
||||
"path": "rules_4.json"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"enabled": true,
|
||||
"path": "rules_5.json"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"enabled": true,
|
||||
"path": "rules_6.json"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"enabled": true,
|
||||
"path": "rules_7.json"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"enabled": true,
|
||||
"path": "rules_8.json"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"enabled": true,
|
||||
"path": "rules_9.json"
|
||||
},
|
||||
{
|
||||
"id": "11",
|
||||
"enabled": true,
|
||||
"path": "rules_11.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
@@ -97,12 +106,24 @@
|
||||
],
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": [ "js/download.js","js/jszip.min.js","js/FileSaver.js" ],
|
||||
"matches": [ "*://*.aliexpress.com/*", "*://*.amazon.com/*", "*://*.shein.com/*" ]
|
||||
"resources": [
|
||||
"js/download.js",
|
||||
"js/jszip.min.js",
|
||||
"js/FileSaver.js"
|
||||
],
|
||||
"matches": [
|
||||
"*://*.aliexpress.com/*",
|
||||
"*://*.amazon.com/*",
|
||||
"*://*.shein.com/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"resources": [ "js/temuSeller.js" ],
|
||||
"matches": [ "*://*.kuajingmaihuo.com/*" ]
|
||||
"resources": [
|
||||
"js/temuSeller.js"
|
||||
],
|
||||
"matches": [
|
||||
"*://*.kuajingmaihuo.com/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user