Popup Blocker 2020 - Working!

How to stop popups, windows and ads while watching movies on streaming platforms.

什么是Popup Blocker 2020 - Working!?

Popup Blocker 2020 - Working!是由Luca Lambia开发的Chrome扩展程序,该扩展的主要功能是“How to stop popups, windows and ads while watching movies on streaming platforms.”。

扩展截图

screenshot
screenshot

下载Popup Blocker 2020 - Working!扩展crx文件

下载Popup Blocker 2020 - Working!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It works for real, updated in 2020. The block rules are stricter than uBlock Origin or ABP Ad Block Plus: it blocks any pop-up or advertising opening a window.

This extension will stop any unwanted advertise opened while watching a movie on streaming or whatever. It disables the opening of new windows, tabs and pop-up.                    

扩展基本信息

名称 Popup Blocker 2020 - Working! Popup Blocker 2020 - Working!
ID nejbokmfkapoppdmaacncianpfepoobf
官方URL https://chromewebstore.google.com/detail/popup-blocker-2020-workin/nejbokmfkapoppdmaacncianpfepoobf
简介 How to stop popups, windows and ads while watching movies on streaming platforms.
文件大小 18.09 KB
安装次数 267
当前版本 2020 RC3
更新时间 2020-09-17
上架时间 2020-09-15
评分 4.13/5 共8次评分
开发者 Luca Lambia
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/lambia/status-chrome
帮助页面URL https://github.com/lambia/Status-Chrome/issues/new
隐私政策页面URL https://raw.githubusercontent.com/lambia/documents/master/privacy-policy.txt
支持的语言 en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.9.2.0",
    "version_name": "2020 RC3",
    "default_locale": "it",
    "browser_action": {
        "default_icon": "icons\/app.png",
        "default_title": "__MSG_appActionToggle__"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "main.html"
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "__MSG_appActionToggle__"
        },
        "debug": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "__MSG_appActionDebug__"
        }
    },
    "icons": {
        "16": "icons\/app.png",
        "32": "icons\/app.png",
        "48": "icons\/app.png",
        "128": "icons\/app.png"
    }
}