Hola Free VPN Popup Remover

Removes Hola Free VPN popup from web pages.

Hola Free VPN Popup Removerとは何ですか?

Hola Free VPN Popup Removerはniktrkによって開発されたChromeの拡張機能で、その主な機能は「Removes Hola Free VPN popup from web pages.」です。

拡張機能のスクリーンショット

screenshot

Hola Free VPN Popup Remover拡張機能のCRXファイルをダウンロード

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
Eメール [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
}