Anti-fishing

Anti-fishing

Anti-fishing for alibaba group!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "/res/anti.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_extDesp__",
  "name": "__MSG_extName__",
  "icons": {
    "16": "/res/icon.png",
    "32": "/res/icon.png",
    "64": "/res/icon.png",
    "128": "/res/icon.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "19": "res/icon.png",
      "38": "res/icon.png"
    }
  },
  "permissions": [],
  "version": "1.0.0"
}