Anti-Grabify

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

Apa itu Anti-Grabify?

Anti-Grabify adalah ekstensi Chrome yang dikembangkan oleh Konnor88, dan fitur utamanya adalah "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Anti-Grabify

Unduh file ekstensi Anti-Grabify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Anti-Grabify Anti-Grabify
ID mdiikcjojbiohaoechokgkdiodcfokpn
URL Resmi https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn
Deskripsi Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Ukuran File 79.08 KB
Jumlah Instalasi 4,031
Versi Saat Ini 1.14
Terakhir Diperbarui 2022-12-26
Tanggal Publikasi 2020-07-14
Penilaian 4.72/5 Total 36 Penilaian
Pengembang Konnor88
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/konnor88/anti-grabify
Bahasa yang Didukung 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",
        ""
    ]
}