Anti-Grabify

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

ما هو Anti-Grabify؟

Anti-Grabify هو إضافة Chrome تم تطويرها بواسطة Konnor88، والميزة الرئيسية لها هي "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Anti-Grabify

قم بتنزيل ملفات الامتداد Anti-Grabify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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