IP Domain Country Flag

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

Τι είναι το IP Domain Country Flag;

Το IP Domain Country Flag είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dnslytics.com, και η κύρια λειτουργία του είναι "Shows country flag and other IP / domain information in the location bar.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IP Domain Country Flag

Λήψη αρχείων επέκτασης IP Domain Country Flag σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IP Domain Country Flag IP Domain Country Flag
ID mlpapfcfoakknnhkfpencomejbcecdfp
Επίσημο URL https://chromewebstore.google.com/detail/ip-domain-country-flag/mlpapfcfoakknnhkfpencomejbcecdfp
Περιγραφή Shows country flag and other IP / domain information in the location bar.
Μέγεθος Αρχείου 1.03 MB
Αριθμός Εγκαταστάσεων 161,618
Τρέχουσα Έκδοση 0.2.4
Τελευταία Ενημέρωση 2023-11-24
Ημερομηνία Δημοσίευσης 2015-10-20
Αξιολόγηση 4.15/5 Συνολικά 385 Αξιολογήσεις
Προγραμματιστής https://dnslytics.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dnslytics.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://search.dnslytics.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://dnslytics.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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;"
    }
}