Anti-Grabify

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

什么是Anti-Grabify?

Anti-Grabify是由Konnor88开发的Chrome扩展程序,该扩展的主要功能是“Blocks IP grabbers from Grabify and 50+ other IP grabber links.”。

扩展截图

screenshot

下载Anti-Grabify扩展crx文件

下载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",
        ""
    ]
}