APh_For_Test Firefox

Examine source code of APh_For_Test

Inspect and view changes in APh_For_Test source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Padvish Antiphishing Beta",
  "version": "1.2.0.9",
  "description": "This extension protects you from Phishing attacks.",
  "icons": {
    "16": "icons/APH-Gray-16.png",
    "48": "icons/APH-Gray-48.png",
    "64": "icons/APH-Gray-64.png",
    "96": "icons/APH-Gray-96.png",
    "128": "icons/APH-Gray-128.png"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "history",
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "constants.js",
      "background.js",
      "calcSHA1.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ContentScripts.js",
        "RedirectScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "PadvishAntiphishingWarningPage.html",
    "PadvishAntiphishingWarningPage.css",
    "icons/*.png"
  ]
}

Best APh_For_Test Alternatives

Here are some Firefox add-ons that are similar to APh_For_Test: