EMD Scanner

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

EMD Scanner là gì?

EMD Scanner là một tiện ích mở rộng Chrome được phát triển bởi Alpha9 Marketing, và tính năng chính của nó là "This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EMD Scanner

Tải xuống các tệp mở rộng EMD Scanner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EMD Scanner EMD Scanner
ID mchjdjdnfgcnmkaipccibilnaehbiomc
URL Chính Thức https://chrome.google.com/webstore/detail/emd-scanner/mchjdjdnfgcnmkaipccibilnaehbiomc
Mô tả This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 4.0.1
Cập Nhật Lần Cuối 2015-06-29
Ngày Phát Hành 2015-06-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alpha9 Marketing
Loại Thanh Toán free
Trang Web Mở Rộng http://www.sem-tool.com/kitt
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}