Website IP location trace - SecurityInfinity

Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…

Qu'est-ce que Website IP location trace - SecurityInfinity ?

Website IP location trace - SecurityInfinity est une extension Chrome développée par https://securityinfinity.com, et sa fonction principale est "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Website IP location trace - SecurityInfinity

Téléchargez les fichiers d'extension Website IP location trace - SecurityInfinity 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

                        Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP tracking to determine the location of the website's server. This can be useful for a variety of reasons, such as determining the location of a company or organization, or checking to see if a website is located in a country with stricter internet regulations. Additionally, it can also help in identifying any potential location-based limitations or geo-restrictions on the website. This extension can be installed easily and is user-friendly, making it easy for anyone to use. Overall, Website IP location trace chrome extension is a valuable tool for anyone who wants to learn more about the geographical location of websites they visit.                    

Informations de Base sur l'Extension

Nom Website IP location trace - SecurityInfinity Website IP location trace - SecurityInfinity
ID lddcnkomocngdoimaghdneddciekmghc
URL Officiel https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc
Description Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…
Taille du Fichier 23.44 KB
Nombre d'Installations 32
Version Actuelle 1.0
Dernière Mise à Jour 2023-01-29
Date de Publication 2023-01-29
Développeur https://securityinfinity.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://securityinfinity.com
URL de la Page d'Aide https://securityinfinity.com/contact
URL de la Page de Politique de Confidentialité https://securityinfinity.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Website IP location trace - SecurityInfinity",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}