Hola Free VPN Popup Remover

Removes Hola Free VPN popup from web pages.

What is Hola Free VPN Popup Remover?

Hola Free VPN Popup Remover is a Chrome extension developed by niktrk, and its main feature is "Removes Hola Free VPN popup from web pages.".

Extension Screenshots

screenshot

Download Hola Free VPN Popup Remover Extension CRX File

Download Hola Free VPN Popup Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Hola Free VPN Popup Remover Hola Free VPN Popup Remover
ID gmfaipdofemomnhpcllkoadpieibiefg
Official URL https://chrome.google.com/webstore/detail/hola-free-vpn-popup-remov/gmfaipdofemomnhpcllkoadpieibiefg
Description Removes Hola Free VPN popup from web pages.
File Size 13.13 KB
Installation Count 20,000
Current Version 1.0.0.1
Last Updated 2020-12-25
Publish Date 2020-05-13
Rating 3.67/5 Total 15 Ratings
Developer niktrk
Email [email protected]
Payment Type free
Supported Languages 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
}