Anti-Grabify

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

Co to jest Anti-Grabify?

Anti-Grabify to rozszerzenie Chrome opracowane przez Konnor88, a jego główną funkcją jest „Blocks IP grabbers from Grabify and 50+ other IP grabber links.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Anti-Grabify

Pobierz pliki rozszerzeń Anti-Grabify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
Oficjalny URL https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Opis Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Rozmiar pliku 79.08 KB
Liczba instalacji 4,031
Aktualna Wersja 1.14
Ostatnia Aktualizacja 2022-12-26
Data Publikacji 2020-07-14
Ocena 4.72/5 Łącznie 36 Oceny
Deweloper Konnor88
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/konnor88/anti-grabify
Obsługiwane Języki 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",
        ""
    ]
}