Anti-Grabify

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

Anti-Grabify là gì?

Anti-Grabify là một tiện ích mở rộng Chrome được phát triển bởi Konnor88, và tính năng chính của nó là "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti-Grabify

Tải xuống các tệp mở rộng Anti-Grabify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
URL Chính Thức https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Mô tả Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Kích Thước Tệp 79.08 KB
Số Lần Cài Đặt 4,031
Phiên Bản Hiện Tại 1.14
Cập Nhật Lần Cuối 2022-12-26
Ngày Phát Hành 2020-07-14
Đánh Giá 4.72/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Konnor88
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/konnor88/anti-grabify
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}