Ad Block Zen - Block invasive ads

Blocking popups, trackers and auto skip video ads on Youtube.

Ad Block Zen - Block invasive adsคืออะไร?

Ad Block Zen - Block invasive ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://adblock-zen.com และคุณลักษณะหลักของมันคือ "Blocking popups, trackers and auto skip video ads on Youtube."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Block Zen - Block invasive ads

ดาวน์โหลดไฟล์ส่วนขยาย Ad Block Zen - Block invasive ads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ad Block Zen is a light weight ads blocker that packs a punch 🥊 It blocks ads (not all see below why) from thousands or sources and invasive popup ads that you get a lot on streaming websites. It also skips Youtube video ads.

Features:
⛔ Invasive Pop up blocker on most streaming and download sites. It will be blocked and removed immediately.
🚫 Ads Blocker from thousands of sources.
🔒 Social & Analytics Privacy - We block the analytics and major social trackers.
⭐ Stealth & light - we prevent websites from detecting our extension and we keep our code as light as possible.
📺 Youtube Ad Skipper - All ads are not skippable, but when possible we will auto skip Youtube video ads.

✓ Permissions: we need default permissions on every website to remove ads
✓ Acceptable ads policy : We no not remove all ads for 2 reasons :
1. Not all ads are bad and when well targeted and not invasive it can serve its purpose
2. If you remove ALL ads, then a lot of sites will block you and you will lose access. By remaining tolerant we go through anti-ad blockers.

🚀 About
We are 100% self supported, we were not satisfied with the other extensions out there, they are not up to date, they fail to block all the popups or they get detected by anti ad blockers, so we decided to create our own blocking engine.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ad Block Zen - Block invasive ads Ad Block Zen - Block invasive ads
ID inlagmoihfomigcaklkfljlgjmomijji
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ad-block-zen-block-invasi/inlagmoihfomigcaklkfljlgjmomijji
คำอธิบาย Blocking popups, trackers and auto skip video ads on Youtube.
ขนาดไฟล์ 17.17 KB
จำนวนการติดตั้ง 623,184
เวอร์ชันปัจจุบัน 1.2.14
อัปเดตครั้งล่าสุด 2023-08-02
วันที่เผยแพร่ 2023-05-31
คะแนน 3.95/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา http://adblock-zen.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://adblock-zen.com/privacy.html
URL หน้าช่วยเหลือ https://adblock-zen.com/privacy.html
URL หน้านโยบายความเป็นส่วนตัว https://adblock-zen.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": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "youtubeskipads.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.14",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "web-accessible-resources\/*",
                "closepop.html",
                "128.png"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}