Country Flags & IP WhoIs

This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.

Qu'est-ce que Country Flags & IP WhoIs ?

Country Flags & IP WhoIs est une extension Chrome développée par https://country-flags.freebusinessapps.net, et sa fonction principale est "This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Country Flags & IP WhoIs

Téléchargez les fichiers d'extension Country Flags & IP WhoIs 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 add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.
This helps to adds an extra layer of awareness to your browsing and can be useful to indicate the native languages and legal jurisdictions that may apply. 
Additional information about Geolocation or Whois info can be obtained if you are interested in who owns this website.
The popup shows more information about the domain. 
Details which show up are Alexa and Quantcast ranking and the MyWOT reputation. MyWOT allows you to check whether the website is safe to browse or not.                    

Informations de Base sur l'Extension

Nom Country Flags & IP WhoIs Country Flags & IP WhoIs
ID mmofdhnjnlpajodgpagjeokihenphfii
URL Officiel https://chromewebstore.google.com/detail/country-flags-ip-whois/mmofdhnjnlpajodgpagjeokihenphfii
Description This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.
Taille du Fichier 350 KB
Nombre d'Installations 105
Version Actuelle 3.0.0
Dernière Mise à Jour 2022-04-29
Date de Publication 2020-07-01
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://country-flags.freebusinessapps.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "description": " This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. ",
    "icons": {
        "128": "Images\/icons\/icon_128.png",
        "16": "Images\/icons\/icon-16.png",
        "19": "Images\/icons\/icon_19.png",
        "24": "Images\/icons\/icon-24.png",
        "256": "Images\/icons\/icon-256.png",
        "32": "Images\/icons\/icon-32.png",
        "48": "Images\/icons\/icon-48.png",
        "64": "Images\/icons\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "Country Flags & IP WhoIs",
    "offline_enabled": true,
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/ipapi.co\/*"
    ],
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "128": "Images\/icons\/icon_128.png",
            "19": "Images\/icons\/icon_19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Country Flags & IP WhoIs"
    },
    "homepage_url": "https:\/\/country-flags.freebusinessapps.net\/"
}