Anti-Grabify

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

What is Anti-Grabify?

Anti-Grabify is a Chrome extension developed by Konnor88, and its main feature is "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Extension Screenshots

screenshot

Download Anti-Grabify Extension CRX File

Download Anti-Grabify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
Official URL https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Description Blocks IP grabbers from Grabify and 50+ other IP grabber links.
File Size 79.08 KB
Installation Count 4,031
Current Version 1.14
Last Updated 2022-12-26
Publish Date 2020-07-14
Rating 4.72/5 Total 36 Ratings
Developer Konnor88
Email [email protected]
Payment Type free
Extension Website https://github.com/konnor88/anti-grabify
Supported Languages 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",
        ""
    ]
}