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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}