Popup Zapper - Blocks annoying Popups

Blocks advertising popups from Streaming and Downloads sites

Popup Zapper - Blocks annoying Popups란 무엇입니까?

Popup Zapper - Blocks annoying Popups은(는) http://popup-zapper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks advertising popups from Streaming and Downloads sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Popup Zapper - Blocks annoying Popups 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Whenever Popup Zapper detects an advertising Pop up from your favorite Streaming and Downloads sites, it will close it immediately.

Features:
🚫 Blocks and closes automatically advertising Pop ups on most streaming and download sites.
⭐ Light  - We keep our code as light as possible to consume as little memory as possible.
🥷Stealth - We are not detected as an Ad blocker by anti-adblock scripts.

We support removing Popups on ALL the major streaming and download sites. For the full list, consult our official page on : Popup-Zapper.com 

✓ Permissions: we need default permissions on every website to close Pop ups

🚀 About
We monitor Streaming and Downloads sites for new urls of Popups 24/7 and add them to our list every day. If you find that a popup is not blocked, just wait 24h, it should be solved.
We understand the need for ads, but these poups are just too annoying, Popup Zapper is our solution                    

확장 프로그램 기본 정보

이름 Popup Zapper - Blocks annoying Popups Popup Zapper - Blocks annoying Popups
ID blfhlccbnkecehnppblgjinbfmlpeohb
공식 URL https://chrome.google.com/webstore/detail/popup-zapper-blocks-annoy/blfhlccbnkecehnppblgjinbfmlpeohb
설명 Blocks advertising popups from Streaming and Downloads sites
파일 크기 24.19 KB
설치 횟수 196,515
현재 버전 1.1.16
최근 업데이트 2023-10-08
출시 날짜 2023-10-08
평점 4.78/5 총 18 개의 평점
개발자 http://popup-zapper.com
이메일 [email protected]
확장 프로그램 웹 사이트 https://popup-zapper.com/index.html
도움말 페이지 URL https://popup-zapper.com/privacy.html
개인정보 보호 정책 페이지 URL https://popup-zapper.com/privacy.html
지원되는 언어 de,en,fr,nl,da,es,it,pt-BR,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "mv3sw.comp.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "mv3cs.comp.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.1.16",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "web-accessible-resources\/*",
                "popzapper.html",
                "128.png"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}