Email Validator Firefox

Examine source code of Email Validator

제작자: Outscrpaer Add-on
Inspect and view changes in Email Validator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "name": "Email Validator",
  "description": "Validate emails, check deliverability, and filter out blacklists, spam traps, and complainers to reduce bounce rates.",
  "version": "0.0.3",
  "browser_action": {
    "default_title": "Email Validator",
    "default_popup": "index.html"
  },
  "homepage_url": "https://outscraper.com",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "logo16.png",
    "logo48.png",
    "logo128.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9535471c-f617-4949-b924-09c93724372e}"
    }
  }
}

최고의 Email Validator 대안

다음은 Email Validator과(와) 유사한 Firefox add-on입니다: