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
电子邮箱 [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;"
    }
}