EMD Scanner

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

ما هو EMD Scanner؟

EMD Scanner هو إضافة Chrome تم تطويرها بواسطة Alpha9 Marketing، والميزة الرئيسية لها هي "This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EMD Scanner

قم بتنزيل ملفات الامتداد EMD Scanner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم EMD Scanner EMD Scanner
ID mchjdjdnfgcnmkaipccibilnaehbiomc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/emd-scanner/mchjdjdnfgcnmkaipccibilnaehbiomc
الوصف This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.
حجم الملف 216 KB
عدد التثبيتات 18
النسخة الحالية 4.0.1
آخر تحديث 2015-06-29
تاريخ النشر 2015-06-29
تقييم 5.00/5 مجموع تقييمات 1
المطور Alpha9 Marketing
نوع الدفع free
موقع الإضافة http://www.sem-tool.com/kitt
اللغات المدعومة 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\/*"
    ]
}