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
官方網址 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",
        ""
    ]
}