Inspect and view changes in 中国工商银行U盾扩展(华虹/华大) 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
{
"name": "ä¸å›½å·¥å•†é“¶è¡ŒU盾扩展(åŽè™¹/åŽå¤§ï¼‰",
"version": "1.0.0.4",
"description": "ä¸å›½å·¥å•†é“¶è¡Œï¼ˆåŽè™¹/åŽå¤§ï¼‰U盾Edge扩展",
"default_locale": "zh_CN",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"icon-128.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"nativeMessaging"
],
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*://*.sdc.cs.icbc/*",
"*://*.mybank.dccnet.com.cn/*",
"*://*.vip.dccnet.com.cn/*",
"*://*.icbc.com/*",
"*://*.icbc.com.cn/*",
"*://*.dccnet.com.cn/*",
"*://*.dccnet.com/*",
"*://*.95588.dccnet.com.cn/*",
"*://*.95588.com/*",
"*://swapp.singlewindow.cn/*"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"externally_connectable": {
"matches": [
"*://*.sdc.cs.icbc/*",
"*://*.mybank.dccnet.com.cn/*",
"*://*.vip.dccnet.com.cn/*",
"*://*.icbc.com/*",
"*://*.icbc.com.cn/*",
"*://*.dccnet.com.cn/*",
"*://*.dccnet.com/*",
"*://*.95588.dccnet.com.cn/*",
"*://*.95588.com/*",
"*://swapp.singlewindow.cn/*"
]
},
"action": {
"default_title": "ä¸å›½å·¥å•†é“¶è¡ŒU盾扩展(åŽè™¹/åŽå¤§ï¼‰",
"default_icon": "icon-128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}