Examine source code of SEC Extension from Tendyron

Inspect and view changes in SEC Extension from Tendyron 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
{
  "background": {
    "scripts": [
      "back.js"
    ]
  },
  "description": "which is mainly used on bank.",
  "externally_connectable": {
    "matches": [
      "*://*.tdr.com/*",
      "*://localhost/*",
      "*://hf.gdftu.org.cn/*"
    ]
  },
  "icons": {
    "72": "sec.png"
  },
  "manifest_version": 2,
  "name": "SEC Extension from Tendyron",
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.1",
  "web_accessible_resources": [
    "*.png"
  ]
}