Cloudphish Anti-Phishing Extension Firefox

Examine source code of Cloudphish Anti-Phishing Extension

Inspect and view changes in Cloudphish Anti-Phishing Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cloudphish Anti-Phishing Extension",
  "short_name": "Cloudphish",
  "description": "Email Phishing Protection Plugin. Send and receive authenticated emails safely and detect phishing attempts in Gmail or Outlook.",
  "version": "1.1.18",
  "author": "Cloudphish, Inc.",
  "icons": {
    "48": "assets/logo.png",
    "96": "assets/logo.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/logo.png",
      "38": "assets/logo.png"
    },
    "default_title": "Cloudphish"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "jquery-3.4.0.min.js",
        "detect-browser.js",
        "constants.js",
        "fingerprint2.js",
        "moment-with-locales.min.js",
        "moment-timezone-with-data.min.js",
        "sha256.js",
        "gmail-content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://outlook.office365.com/*",
        "https://outlook.office.com/*"
      ],
      "js": [
        "jquery-3.4.0.min.js",
        "detect-browser.js",
        "constants.js",
        "fingerprint2.js",
        "moment-with-locales.min.js",
        "moment-timezone-with-data.min.js",
        "sha256.js",
        "outlook-content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "https://mail.google.com/",
    "https://outlook.office365.com/",
    "https://api.ipstack.com/",
    "https://*.cloudphish.com/"
  ],
  "manifest_version": 2
}

Melhores alternativas Cloudphish Anti-Phishing Extension

Aqui estão algumas Firefox add-ons que são similares a Cloudphish Anti-Phishing Extension: