中国工商银行密码扩展

中国工商银行密码扩展

ICBC new edge extension can protect the security of users' online banking input , need to be used with local executable program.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.mybank.dccnet.com.cn/*",
        "*://*.vip.dccnet.com.cn/*",
        "*://*.icbc.com.cn/*",
        "*://*.dccnet.com.cn/*",
        "*://*.dccnet.com/*",
        "*://*.95588.com/*",
        "*://*.95588.dccnet.com.cn/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "zh_CN",
  "description": "ICBC new edge extension can protect the security of users' online banking input , need to be used with local executable program.",
  "externally_connectable": {
    "matches": [
      "*://*.mybank.dccnet.com.cn/*",
      "*://*.vip.dccnet.com.cn/*",
      "*://*.icbc.com.cn/*",
      "*://*.dccnet.com.cn/*",
      "*://*.dccnet.com/*",
      "*://*.95588.com/*",
      "*://*.95588.dccnet.com.cn/*"
    ]
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "name": "中国工商银行密码扩展",
  "action": {
    "default_icon": "icon-128.png",
    "default_title": "中国工商银行密码扩展"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.3.0",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.mybank.dccnet.com.cn/*",
        "*://*.vip.dccnet.com.cn/*",
        "*://*.icbc.com.cn/*",
        "*://*.dccnet.com.cn/*",
        "*://*.dccnet.com/*",
        "*://*.95588.com/*",
        "*://*.95588.dccnet.com.cn/*"
      ],
      "resources": [
        "*.png"
      ]
    }
  ]
}