DNS INFO

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

DNS INFO là gì?

DNS INFO là một tiện ích mở rộng Chrome được phát triển bởi https://dnsinfo.xyz, và tính năng chính của nó là "Used to find the DNS and Whois info of the current page".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng DNS INFO 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 DNS INFO DNS INFO
ID egcjmpdddjcbhaiaglcjppoageenfgnc
URL Chính Thức https://chromewebstore.google.com/detail/dns-info/egcjmpdddjcbhaiaglcjppoageenfgnc
Mô tả Used to find the DNS and Whois info of the current page
Kích Thước Tệp 39.92 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-04-19
Ngày Phát Hành 2018-04-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://dnsinfo.xyz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}