Anti-Grabify

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

¿Qué es Anti-Grabify?

Anti-Grabify es una extensión de Chrome desarrollada por Konnor88, y su función principal es "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Anti-Grabify

Descarga archivos de extensión Anti-Grabify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
URL Oficial https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Descripción Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Tamaño del Archivo 79.08 KB
Cantidad de Instalaciones 4,031
Versión Actual 1.14
Última Actualización 2022-12-26
Fecha de Publicación 2020-07-14
Calificación 4.72/5 Total de 36 Calificaciones
Desarrollador Konnor88
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/konnor88/anti-grabify
Idiomas Soportados 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",
        ""
    ]
}