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文件

下載Popup Zapper - Blocks annoying Popups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
    }
}