DNS INFO

Used to find the DNS and Whois info of the current page

ما هو DNS INFO؟

DNS INFO هو إضافة Chrome تم تطويرها بواسطة https://dnsinfo.xyz، والميزة الرئيسية لها هي "Used to find the DNS and Whois info of the current page".

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

screenshot
screenshot

تحميل ملف CRX للإضافة DNS INFO

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

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

                                            

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

الاسم DNS INFO DNS INFO
ID egcjmpdddjcbhaiaglcjppoageenfgnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/dns-info/egcjmpdddjcbhaiaglcjppoageenfgnc
الوصف Used to find the DNS and Whois info of the current page
حجم الملف 39.92 KB
عدد التثبيتات 47
النسخة الحالية 1.1
آخر تحديث 2018-04-19
تاريخ النشر 2018-04-18
تقييم 5.00/5 مجموع تقييمات 2
المطور https://dnsinfo.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DNS INFO",
    "description": "Used to find the DNS and Whois info of the current page",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "activeTab",
        "storage",
        "tabs"
    ]
}