Anti-Grabify

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

Что такое Anti-Grabify?

Anti-Grabify - это расширение Chrome, разработанное Konnor88, и его основная функция - "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Anti-Grabify

Скачайте файлы расширений Anti-Grabify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
Официальный URL https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Описание Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Размер файла 79.08 KB
Количество установок 4,031
Текущая Версия 1.14
Последнее Обновление 2022-12-26
Дата публикации 2020-07-14
Рейтинг 4.72/5 Всего 36 оценок
Разработчик Konnor88
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/konnor88/anti-grabify
Поддерживаемые языки 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",
        ""
    ]
}