IP Domain Country Flag
Shows country flag and other IP / domain information in the location bar.
Was ist IP Domain Country Flag?
IP Domain Country Flag ist eine Chrome-Erweiterung, die von https://dnslytics.com entwickelt wurde, und ihr Hauptmerkmal ist "Shows country flag and other IP / domain information in the location bar.".
Erweiterungsscreenshots
IP Domain Country Flag-Erweiterungs-CRX-Datei herunterladen
Laden Sie IP Domain Country Flag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | IP Domain Country Flag |
ID | mlpapfcfoakknnhkfpencomejbcecdfp |
Offizielle URL | https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp |
Beschreibung | Shows country flag and other IP / domain information in the location bar. |
Dateigröße | 1.03 MB |
Installationsanzahl | 161,618 |
Aktuelle Version | 0.2.4 |
Letztes Update | 2023-11-24 |
Veröffentlichungsdatum | 2015-10-20 |
Bewertung | 4.15/5 Insgesamt 385 Bewertungen |
Entwickler | https://dnslytics.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dnslytics.com/ |
Hilfeseite URL | https://search.dnslytics.com/contact |
URL der Datenschutzrichtlinien-Seite | https://dnslytics.com/privacy-policy |
Unterstützte Sprachen | 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;" } } |