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
电子邮箱 [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
}