Popup Zapper - Blocks annoying Popups

Blocks advertising popups from Streaming and Downloads sites

Popup Zapper - Blocks annoying Popupsคืออะไร?

Popup Zapper - Blocks annoying Popups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://popup-zapper.com และคุณลักษณะหลักของมันคือ "Blocks advertising popups from Streaming and Downloads sites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popup Zapper - Blocks annoying Popups

ดาวน์โหลดไฟล์ส่วนขยาย 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
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'"
    }
}