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
官方網址 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
}