Anti-Grabify

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

Cos'è Anti-Grabify?

Anti-Grabify è un'estensione di Chrome sviluppata da Konnor88, e la sua funzione principale è "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anti-Grabify

Scarica i file di estensione Anti-Grabify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
URL Ufficiale https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Descrizione Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Dimensione del File 79.08 KB
Conteggio Installazioni 4,031
Versione Corrente 1.14
Ultimo Aggiornamento 2022-12-26
Data di Pubblicazione 2020-07-14
Valutazione 4.72/5 Totale 36 Valutazioni
Sviluppatore Konnor88
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/konnor88/anti-grabify
Lingue Supportate 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",
        ""
    ]
}