IP Domain Country Flag
Shows country flag and other IP / domain information in the location bar.
O que é IP Domain Country Flag?
IP Domain Country Flag é uma extensão do Chrome desenvolvida por https://dnslytics.com, e sua principal característica é "Shows country flag and other IP / domain information in the location bar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IP Domain Country Flag
Baixe arquivos de extensão IP Domain Country Flag no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | IP Domain Country Flag |
ID | mlpapfcfoakknnhkfpencomejbcecdfp |
URL Oficial | https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp |
Descrição | Shows country flag and other IP / domain information in the location bar. |
Tamanho do Arquivo | 1.03 MB |
Contagem de Instalações | 161,618 |
Versão Atual | 0.2.4 |
Última Atualização | 2023-11-24 |
Data de Publicação | 2015-10-20 |
Classificação | 4.15/5 Total de 385 Avaliações |
Desenvolvedor | https://dnslytics.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dnslytics.com/ |
URL da Página de Ajuda | https://search.dnslytics.com/contact |
URL da Página de Política de Privacidade | https://dnslytics.com/privacy-policy |
Idiomas Suportados | 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;" } } |