CCB Chrome Extension from Tendyron

CCB Chrome Extension from Tendyron

Chrome Extension of CCB Internet Banking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CCB Chrome Extension from Tendyron",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Chrome Extension of CCB Internet Banking.",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "back.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/*",
      "http://localhost/*",
      "http://127.0.0.1:3000/*",
      "http://128.128.96.175:8001/*"
    ]
  }
}