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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}