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