Anti-Grabify

Blocks IP grabbers from Grabify and 50+ other IP grabber links.

Qu'est-ce que Anti-Grabify ?

Anti-Grabify est une extension Chrome développée par Konnor88, et sa fonction principale est "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Anti-Grabify

Téléchargez les fichiers d'extension Anti-Grabify 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

                        The Anti-Grabify add-on prevents services such as Grabify from grabbing your IP address. It currently blocks over 50 URLs from Grabify and other IP grabbing services. This add-on will prevent the sites from loading, which in return doesn't let Grabify grab your IP and send it to the person with malicious intent.

Official GitHub Page: https://github.com/Konnor88/anti-grabify                    

Informations de Base sur l'Extension

Nom Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
URL Officiel https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Description Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Taille du Fichier 79.08 KB
Nombre d'Installations 4,031
Version Actuelle 1.14
Dernière Mise à Jour 2022-12-26
Date de Publication 2020-07-14
Évaluation 4.72/5 Total 36 Évaluations
Développeur Konnor88
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/konnor88/anti-grabify
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-Grabify",
    "version": "1.14",
    "manifest_version": 2,
    "description": "Blocks IP grabbers from Grabify and 50+ other IP grabber links.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Anti-Grabify",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}