IP Domain Country Flag
Shows country flag and other IP / domain information in the location bar.
Cos'è IP Domain Country Flag?
IP Domain Country Flag è un'estensione di Chrome sviluppata da https://dnslytics.com, e la sua funzione principale è "Shows country flag and other IP / domain information in the location bar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IP Domain Country Flag
Scarica i file di estensione IP Domain Country Flag in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | IP Domain Country Flag |
ID | mlpapfcfoakknnhkfpencomejbcecdfp |
URL Ufficiale | https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp |
Descrizione | Shows country flag and other IP / domain information in the location bar. |
Dimensione del File | 1.03 MB |
Conteggio Installazioni | 161,618 |
Versione Corrente | 0.2.4 |
Ultimo Aggiornamento | 2023-11-24 |
Data di Pubblicazione | 2015-10-20 |
Valutazione | 4.15/5 Totale 385 Valutazioni |
Sviluppatore | https://dnslytics.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dnslytics.com/ |
URL della Pagina di Aiuto | https://search.dnslytics.com/contact |
URL della Pagina della Politica sulla Privacy | https://dnslytics.com/privacy-policy |
Lingue Supportate | 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;" } } |