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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}