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.”。
擴展截圖
下載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 |
ID | mlpapfcfoakknnhkfpencomejbcecdfp |
官方網址 | 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;" } } |