IP Domain Country Flag

Shows country flag and other IP / domain information in the location bar.

IP Domain Country Flag là gì?

IP Domain Country Flag là một tiện ích mở rộng Chrome được phát triển bởi https://dnslytics.com, và tính năng chính của nó là "Shows country flag and other IP / domain information in the location bar.".

Ả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 IP Domain Country Flag

Tải xuống các tệp mở rộng IP Domain Country Flag 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

                        This extension shows a country flag for the current website's server. The tooltip shows city, region and country name.

The popup shows more information about the domain. Details are Provider, Alexa and Domain ranking. The design of the popup is simple and clean. To protect your privacy, we only send the domain name to our database.

IP Domain Country Flag - Shows country flag and other IP and Domain information in the location bar.                    

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

Tên IP Domain Country Flag IP Domain Country Flag
ID mlpapfcfoakknnhkfpencomejbcecdfp
URL Chính Thức https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp
Mô tả Shows country flag and other IP / domain information in the location bar.
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 161,618
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2015-10-20
Đánh Giá 4.15/5 Tổng số 385 Đánh Giá
Nhà Phát Triển https://dnslytics.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dnslytics.com/
URL Trang Trợ Giúp https://search.dnslytics.com/contact
URL Trang Chính Sách Bảo Mật https://dnslytics.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/dnslytics.com",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.dnslytics.net\/*"
    ],
    "version": "0.2.4",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.net;"
    }
}