Hola Free VPN Popup Remover

Removes Hola Free VPN popup from web pages.

ما هو Hola Free VPN Popup Remover؟

Hola Free VPN Popup Remover هو إضافة Chrome تم تطويرها بواسطة niktrk، والميزة الرئيسية لها هي "Removes Hola Free VPN popup from web pages.".

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

screenshot

تحميل ملف CRX للإضافة Hola Free VPN Popup Remover

قم بتنزيل ملفات الامتداد Hola Free VPN Popup Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hola Free VPN popup remover automatically removes (hides) Hola popup which initially appears in the bottom right corner of web pages which are accessed using Hola Free VPN service.

Extension is absolutely free and always will be, however, you can donate here paypal.me/niktrk it will be much appreciated.

Any suggestions, comments or bugs, feel free to email me: [email protected]                    

معلومات أساسية عن التمديد

الاسم Hola Free VPN Popup Remover Hola Free VPN Popup Remover
ID gmfaipdofemomnhpcllkoadpieibiefg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hola-free-vpn-popup-remov/gmfaipdofemomnhpcllkoadpieibiefg
الوصف Removes Hola Free VPN popup from web pages.
حجم الملف 13.13 KB
عدد التثبيتات 20,000
النسخة الحالية 1.0.0.1
آخر تحديث 2020-12-25
تاريخ النشر 2020-05-13
تقييم 3.67/5 مجموع تقييمات 15
المطور niktrk
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hola Free VPN Popup Remover",
    "version": "1.0.0.1",
    "description": "Removes Hola Free VPN popup from web pages.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon_gray.png"
        }
    },
    "icons": {
        "128": "images\/icon_color.png"
    },
    "manifest_version": 2
}