IP Domain Country Flag

Shows country flag and other IP / domain information in the location bar.

Qu'est-ce que IP Domain Country Flag ?

IP Domain Country Flag est une extension Chrome développée par https://dnslytics.com, et sa fonction principale est "Shows country flag and other IP / domain information in the location bar.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IP Domain Country Flag

Téléchargez les fichiers d'extension IP Domain Country Flag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IP Domain Country Flag IP Domain Country Flag
ID mlpapfcfoakknnhkfpencomejbcecdfp
URL Officiel https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp
Description Shows country flag and other IP / domain information in the location bar.
Taille du Fichier 1.03 MB
Nombre d'Installations 161,618
Version Actuelle 0.2.4
Dernière Mise à Jour 2023-11-24
Date de Publication 2015-10-20
Évaluation 4.15/5 Total 385 Évaluations
Développeur https://dnslytics.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dnslytics.com/
URL de la Page d'Aide https://search.dnslytics.com/contact
URL de la Page de Politique de Confidentialité https://dnslytics.com/privacy-policy
Langues Prises en Charge 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;"
    }
}