IP Address Checker - Proxy, VPN, Geolocation

Determine if an IP address is a Proxy or VPN connection, retrieve its Fraud Score and Geolocation on-the-go! Supports IPv4 and IPv6.

Qu'est-ce que IP Address Checker - Proxy, VPN, Geolocation ?

IP Address Checker - Proxy, VPN, Geolocation est une extension Chrome développée par Above the Sky, et sa fonction principale est "Determine if an IP address is a Proxy or VPN connection, retrieve its Fraud Score and Geolocation on-the-go! Supports IPv4 and IPv6.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IP Address Checker - Proxy, VPN, Geolocation

Téléchargez les fichiers d'extension IP Address Checker - Proxy, VPN, Geolocation 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

                        A simple way to check an IP address (IPv4 and IPv6):

✔️ determine a Proxy or VPN connection,
✔️ retrieve Fraud Score associated with this IP address,
✔️ view Geolocation!

Just select an IP address, and you are good to go! 🚀

⚑ In order to use this extension, you will need your personal API key which you can get here for free: www.ipqualityscore.com.
Once you've logged in to your account, go to "Proxy/VPN Detection API" -> "Documentation" in the menu at the left
 - or -
simply open the following page: https://www.ipqualityscore.com/documentation/proxy-detection/overview and find your "Private Key".
This is the API key that you will need to paste into the extension pop-up window and save.

That's all!

❤️ I would love to hear your feedback and ideas on how the extension can be improved.

❤️ If you find it useful, you can buy me a coffee 🍵: buymeacoffee.com/abovethesky                    

Informations de Base sur l'Extension

Nom IP Address Checker - Proxy, VPN, Geolocation IP Address Checker - Proxy, VPN, Geolocation
ID hadepcgojfhcopkjidbbidaeoikdbmpk
URL Officiel https://chromewebstore.google.com/detail/ip-address-checker-proxy/hadepcgojfhcopkjidbbidaeoikdbmpk
Description Determine if an IP address is a Proxy or VPN connection, retrieve its Fraud Score and Geolocation on-the-go! Supports IPv4 and IPv6.
Taille du Fichier 60.94 KB
Nombre d'Installations 93
Version Actuelle 1.2
Dernière Mise à Jour 2024-01-16
Date de Publication 2023-01-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur Above the Sky
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IP Address Checker - Proxy, VPN, Geolocation",
    "version": "1.2",
    "description": "Determine if an IP address is a Proxy or VPN connection, retrieve its Fraud Score and Geolocation on-the-go! Supports IPv4 and IPv6.",
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}