Email Finder Plus

Discover emial from browser

What is Email Finder Plus?

Email Finder Plus is a Chrome extension developed by lishaanthonybzmwj47, and its main feature is "Discover emial from browser".

Extension Screenshots

screenshot
screenshot

Download Email Finder Plus Extension CRX File

Download Email Finder Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This can find all emails from your browse websites.
Then you can copy and export them.                    

Extension Basic Information

Name Email Finder Plus Email Finder Plus
ID jceaelkkgihgjljbchedcjbgbejnhcbp
Official URL https://chromewebstore.google.com/detail/email-finder-plus/jceaelkkgihgjljbchedcjbgbejnhcbp
Description Discover emial from browser
File Size 140 KB
Installation Count 69
Current Version 1.0
Last Updated 2021-08-01
Publish Date 2021-08-01
Rating 4.50/5 Total 2 Ratings
Developer lishaanthonybzmwj47
Email [email protected]
Payment Type free
Supported Languages en,ru,uk
manifest.json
{
    "name": "Email Finder Plus",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Email Finder Plus",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/utils\/tld.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Discover emial from browser",
    "icons": {
        "128": "img\/logo128.png"
    }
}