Anti-Grabify

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

Wat is Anti-Grabify?

Anti-Grabify is een Chrome-extensie ontwikkeld door Konnor88, en de belangrijkste functie is "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Anti-Grabify

Download Anti-Grabify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
Officiële URL https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Beschrijving Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Bestandsgrootte 79.08 KB
Aantal Installaties 4,031
Huidige Versie 1.14
Laatst Bijgewerkt 2022-12-26
Publicatiedatum 2020-07-14
Beoordeling 4.72/5 Totaal 36 Beoordelingen
Ontwikkelaar Konnor88
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/konnor88/anti-grabify
Ondersteunde Talen 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",
        ""
    ]
}