Inspect and view changes in 跟卖调价助手(极速) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "跟卖调价助手(极速)",
"version": "1.4.3",
"description": "跟卖调价助手(极速)",
"background": {
"service_worker": "src/pages/background/index.js",
"type": "module"
},
"browser_specific_settings": {
"gecko": {
"id": "wangjuesixAmzFirefox3@gmail.com",
"strict_min_version": "58.0"
}
},
"action": {
"default_popup": "src/pages/popup/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https://sellercentral.amazon.co.uk/*",
"https://sellercentral.amazon.com/*",
"https://sellercentral-japan.amazon.com/*",
"https://sellercentral.amazon.com.mx/*",
"http://localhost:8080/",
"http://localhost:5000/*",
"http://localhost:3000/*",
"<all_urls>"
],
"js": [
"content/bootstrap.js",
"src/pages/content/index.js"
],
"css": [
"content/bootstrap.css",
"assets/css/contentStyle17310341774.chunk.css"
]
}
],
"devtools_page": "src/pages/devtools/index.html",
"web_accessible_resources": [
{
"resources": [
"assets/js/*.js",
"assets/css/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*://*/*"
]
}
],
"permissions": [
"storage"
]
}