Inspect and view changes in 1688Japan発注アシスタント 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": "1688Japan発注アシスタント",
"description": "画像を識別して、ワンタップで1688Japan上の同商品を検索します",
"version": "1.0",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "icon32.png"
},
"permissions": [
"cookies"
],
"host_permissions": [
"https://1688japan.co.jp/*"
],
"content_scripts": [
{
"js": [
"assets/content.tsx-loader-BnnW_d5L.js"
],
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https://1688japan.co.jp/*",
"https://pre-1688.hhocool.com/*"
],
"run_at": "document_end",
"css": [
"assets/content-D7kuN4Yi.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/*.js",
"assets/*.css",
"assets/client-BDhO29iH.js",
"assets/browser-B757k6Lx.js",
"assets/content.tsx-8-G6cS8v.js"
],
"use_dynamic_url": false
}
]
}