Anti-Grabify

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

Was ist Anti-Grabify?

Anti-Grabify ist eine Chrome-Erweiterung, die von Konnor88 entwickelt wurde, und ihr Hauptmerkmal ist "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Erweiterungsscreenshots

screenshot

Anti-Grabify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anti-Grabify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
Offizielle URL https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Beschreibung Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Dateigröße 79.08 KB
Installationsanzahl 4,031
Aktuelle Version 1.14
Letztes Update 2022-12-26
Veröffentlichungsdatum 2020-07-14
Bewertung 4.72/5 Insgesamt 36 Bewertungen
Entwickler Konnor88
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/konnor88/anti-grabify
Unterstützte Sprachen 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",
        ""
    ]
}