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
Eメール [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",
        ""
    ]
}