Hola Free VPN Popup Remover

Removes Hola Free VPN popup from web pages.

Hola Free VPN Popup Remover क्या है?

Hola Free VPN Popup Remover niktrk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes Hola Free VPN popup from web pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hola Free VPN Popup Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}