IP Domain Country Flag

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

IP Domain Country Flagとは何ですか?

IP Domain Country Flagはhttps://dnslytics.comによって開発されたChromeの拡張機能で、その主な機能は「Shows country flag and other IP / domain information in the location bar.」です。

拡張機能のスクリーンショット

screenshot
screenshot

IP Domain Country Flag拡張機能のCRXファイルをダウンロード

IP Domain Country Flag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 IP Domain Country Flag IP Domain Country Flag
ID mlpapfcfoakknnhkfpencomejbcecdfp
公式URL https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp
説明 Shows country flag and other IP / domain information in the location bar.
ファイルサイズ 1.03 MB
インストール数 161,618
現在のバージョン 0.2.4
最終更新日 2023-11-24
公開日 2015-10-20
評価 4.15/5 合計 385 レビュー
開発者 https://dnslytics.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dnslytics.com/
ヘルプページのURL https://search.dnslytics.com/contact
プライバシーポリシーページのURL https://dnslytics.com/privacy-policy
対応言語 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;"
    }
}