Inspect and view changes in CFCA CryptoKit.GuangZhouCB Extension 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
{
"manifest_version": 3,
"name": "CFCA CryptoKit.GuangZhouCB Extension",
"version": "3.4.0.3",
"description": "CFCA Security Application Development Kit",
"author": "CFCA",
"minimum_chrome_version": "88",
"background": {
"service_worker": "eventPage.js"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"action": {
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"permissions": [
"nativeMessaging"
],
"host_permissions": [
"http://*.prd.gzbtest.hx1/*",
"http://*.prd.gzbtest.hx2/*",
"http://*.prd.gzbtest.hx3/*",
"http://*.prd.gzbtest.hx4/*",
"http://186.1.55.132/*",
"http://186.1.67.132/*",
"http://127.0.0.1/*",
"https://186.1.116.153/*",
"http://eb.gzb/*",
"https://*.gzcb.com.cn/*"
],
"externally_connectable": {
"matches": [
"http://*.prd.gzbtest.hx1/*",
"http://*.prd.gzbtest.hx2/*",
"http://*.prd.gzbtest.hx3/*",
"http://*.prd.gzbtest.hx4/*",
"http://186.1.55.132/*",
"http://186.1.67.132/*",
"http://127.0.0.1/*",
"https://186.1.116.153/*",
"http://eb.gzb/*",
"https://*.gzcb.com.cn/*"
]
},
"content_scripts": [
{
"matches": [
"http://*.prd.gzbtest.hx1/*",
"http://*.prd.gzbtest.hx2/*",
"http://*.prd.gzbtest.hx3/*",
"http://*.prd.gzbtest.hx4/*",
"http://186.1.55.132/*",
"http://186.1.67.132/*",
"http://127.0.0.1/*",
"https://186.1.116.153/*",
"http://eb.gzb/*",
"https://*.gzcb.com.cn/*"
],
"js": [
"content.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}