Padvish Antiphishing

Padvish Antiphishing

این افزونه از شما در برابر حملات فیشینگ محافظت می کند

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "jquery.js",
      "constants.js",
      "background.js",
      "calcSHA1.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/APH-Gray-16.png",
      "19": "icons/APH-BrowserAction-Gray-19.png",
      "32": "icons/APH-BrowserAction-Gray-32.png",
      "38": "icons/APH-BrowserAction-Gray-38.png",
      "64": "icons/APH-Gray-64.png"
    },
    "default_popup": "popup/Notify.html",
    "default_title": ""
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery.js",
        "ContentScripts.js",
        "RedirectScript.js",
        "ReportScript.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "این افزونه از شما در برابر حملات فیشینگ محافظت می کند",
  "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"
  },
  "manifest_version": 2,
  "name": "Padvish Antiphishing",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "history",
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "version": "1.2.33.47",
  "web_accessible_resources": [
    "PadvishAntiphishingWarningPage.html",
    "PadvishAntiphishingWarningPage.css",
    "PadvishAntiphishingFeedbackPage.html",
    "PadvishAntiphishingFeedbackPage.css",
    "icons/*.png",
    "fonts/AP_Yekan_bold.woff",
    "fonts/AP_Yekan_Regular.woff"
  ]
}