DontPhishMe

DontPhishMe

DontPhishMe is an addon that utilizes pattern matching to protect Malaysian Internet users against online banking phishing website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "combined.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "res/logo.png"
  ],
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "converted_from_user_script": true,
  "description": "DontPhishMe is an addon that utilizes pattern matching to protect Malaysian Internet users against online banking phishing website.",
  "name": "DontPhishMe",
  "version": "1.7.16"
}