EMD Scanner

This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.

What is EMD Scanner?

EMD Scanner is a Chrome extension developed by Alpha9 Marketing, and its main feature is "This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.".

Extension Screenshots

screenshot

Download EMD Scanner Extension CRX File

Download EMD Scanner 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

                                            

Extension Basic Information

Name EMD Scanner EMD Scanner
ID mchjdjdnfgcnmkaipccibilnaehbiomc
Official URL https://chrome.google.com/webstore/detail/emd-scanner/mchjdjdnfgcnmkaipccibilnaehbiomc
Description This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.
File Size 216 KB
Installation Count 18
Current Version 4.0.1
Last Updated 2015-06-29
Publish Date 2015-06-29
Rating 5.00/5 Total 1 Ratings
Developer Alpha9 Marketing
Payment Type free
Extension Website http://www.sem-tool.com/kitt
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EMD Scanner",
    "description": "This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.",
    "version": "4.0.1",
    "icons": {
        "48": "res\/logo.png",
        "128": "res\/logo.png"
    },
    "browser_action": {
        "default_icon": "res\/logo.png",
        "default_popup": "extensionscript\/popup.html",
        "default_title": "EMD Scanner"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript\/jquery.js",
                "contentscript\/analyse.js"
            ],
            "matches": [
                "http:\/\/www.sem-tool.com\/*",
                "https:\/\/www.sem-tool.com\/*"
            ]
        }
    ],
    "options_page": "options\/option.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/sem-tool.com\/*",
        "http:\/\/cs-testarea.web2-alpha9.de:80\/*",
        "https:\/\/emdscanner.sem-tool.com:80\/*",
        "https:\/\/emdscanner.sem-tool.com:443\/*",
        "http:\/\/sem-tool.com\/*"
    ]
}