Anti-Grabify

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

O que é Anti-Grabify?

Anti-Grabify é uma extensão do Chrome desenvolvida por Konnor88, e sua principal característica é "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Anti-Grabify

Baixe arquivos de extensão Anti-Grabify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
URL Oficial https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Descrição Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Tamanho do Arquivo 79.08 KB
Contagem de Instalações 4,031
Versão Atual 1.14
Última Atualização 2022-12-26
Data de Publicação 2020-07-14
Classificação 4.72/5 Total de 36 Avaliações
Desenvolvedor Konnor88
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/konnor88/anti-grabify
Idiomas Suportados 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",
        ""
    ]
}