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": "CFCA SecEditCtlAdv.ICBC Extension", "version": "3.3.0.2", "description": "CFCA Secure Edit Control Extension Chrome version", "author": "CFCA", "minimum_chrome_version": "88", "background": { "service_worker": "eventPage.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.icbc.com.cn\/*", "http:\/\/*.icbc.com.cn\/*", "https:\/\/*.icbc.co.id\/*", "http:\/\/*.icbc.co.id\/*", "https:\/\/*.ebms.icbc\/*", "http:\/\/*.ebms.icbc\/*", "https:\/\/*.95588.com\/*", "http:\/\/*.95588.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ], "host_permissions": [ "https:\/\/localhost\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.icbc.com.cn\/*", "http:\/\/*.icbc.com.cn\/*", "https:\/\/*.icbc.co.id\/*", "http:\/\/*.icbc.co.id\/*", "https:\/\/*.ebms.icbc\/*", "http:\/\/*.ebms.icbc\/*", "https:\/\/*.95588.com\/*", "http:\/\/*.95588.com\/*" ] } }