IP Domain Country Flag
Shows country flag and other IP / domain information in the location bar.
What is IP Domain Country Flag?
IP Domain Country Flag is a Chrome extension developed by https://dnslytics.com, and its main feature is "Shows country flag and other IP / domain information in the location bar.".
Extension Screenshots
Download IP Domain Country Flag Extension CRX File
Download IP Domain Country Flag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | IP Domain Country Flag |
ID | mlpapfcfoakknnhkfpencomejbcecdfp |
Official URL | https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp |
Description | Shows country flag and other IP / domain information in the location bar. |
File Size | 1.03 MB |
Installation Count | 161,618 |
Current Version | 0.2.4 |
Last Updated | 2023-11-24 |
Publish Date | 2015-10-20 |
Rating | 4.15/5 Total 385 Ratings |
Developer | https://dnslytics.com |
[email protected] | |
Payment Type | free |
Extension Website | https://dnslytics.com/ |
Help Page URL | https://search.dnslytics.com/contact |
Privacy Policy Page URL | https://dnslytics.com/privacy-policy |
Supported Languages | 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;" } } |