Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "chrome-customer-service",
"description": "\u4e2d\u53f0\u52a9\u624b",
"version": "1.0.0",
"version_name": "1.0.0",
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"action": {
"default_title": "chrome-customer-service",
"default_icon": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"declarativeNetRequest",
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "service_worker.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/chunk-vendors.js",
"js\/content.js"
],
"run_at": "document_end"
}
]
}