Hola Free VPN Popup Remover

Removes Hola Free VPN popup from web pages.

Cos'è Hola Free VPN Popup Remover?

Hola Free VPN Popup Remover è un'estensione di Chrome sviluppata da niktrk, e la sua funzione principale è "Removes Hola Free VPN popup from web pages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hola Free VPN Popup Remover

Scarica i file di estensione Hola Free VPN Popup Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Hola Free VPN Popup Remover Hola Free VPN Popup Remover
ID gmfaipdofemomnhpcllkoadpieibiefg
URL Ufficiale https://chrome.google.com/webstore/detail/hola-free-vpn-popup-remov/gmfaipdofemomnhpcllkoadpieibiefg
Descrizione Removes Hola Free VPN popup from web pages.
Dimensione del File 13.13 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2020-12-25
Data di Pubblicazione 2020-05-13
Valutazione 3.67/5 Totale 15 Valutazioni
Sviluppatore niktrk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}