BlockZilla - Block Ads & Sponsors

BlockZilla hides promoted tweets, sponsored posts and ads on major websites like Facebook, Twitter, Reddit and many others.

BlockZilla - Block Ads & Sponsorsคืออะไร?

BlockZilla - Block Ads & Sponsors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blockzilla.app และคุณลักษณะหลักของมันคือ "BlockZilla hides promoted tweets, sponsored posts and ads on major websites like Facebook, Twitter, Reddit and many others."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlockZilla - Block Ads & Sponsors

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

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

                        It is the ultimate tool to hide promoted content and enjoy an ad free experience on all your favorite websites.

As you can imagine, big social media would try their best to escape our content filter and continue to spam you with promoted content. We will do our best to not allow that.

Our team constantly monitors and adapts the software so that you never see an ad again.

BlockZilla currently hides promoted tweets on Twitter and blocks sponsored Facebook ads.

We are in the process of improving BlockZilla so that you can enjoy Reddit adfree.

Changelog:
- added filter lists
- support for tumblr.com

🚀🟠
Feel free to reach out to us and confirm on which website you would love to get rid of ads and sponsored content. We will do our best to add it as a feature.
🚀

Join the community and share your thoughts in our Discord server - https://discord.gg/jc3npNt9N9

Our website: https://blockzilla.app/
Follow us on Twitter: https://twitter.com/
Like us on Facebook: https://facebook.com/                    

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

ชื่อ BlockZilla - Block Ads & Sponsors BlockZilla - Block Ads & Sponsors
ID lopgldindmdepmbimbmakmcgahdifmip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blockzilla-block-ads-spon/lopgldindmdepmbimbmakmcgahdifmip
คำอธิบาย BlockZilla hides promoted tweets, sponsored posts and ads on major websites like Facebook, Twitter, Reddit and many others.
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 1,347
เวอร์ชันปัจจุบัน 2.5.9
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2022-02-25
คะแนน 4.08/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา https://blockzilla.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://blockzilla.app
URL หน้าช่วยเหลือ https://blockzilla.app/support
URL หน้านโยบายความเป็นส่วนตัว https://drivepassword.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "BlockZilla",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/blockzilla.app",
    "version": "2.5.9",
    "author": "Promotino",
    "icons": {
        "16": "res\/icons\/16.png",
        "48": "res\/icons\/48.png",
        "128": "res\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "res\/content\/*.png",
                "res\/fonts\/*.woff",
                "res\/fonts\/*.woff2",
                "res\/icons\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.producthunt.com\/*",
        "*:\/\/*.quora.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.dribbble.com\/*"
    ],
    "offline_enabled": true,
    "action": {
        "default_icon": "res\/icons\/48.png",
        "default_popup": "html\/browser-action\/popup.html",
        "default_title": "BlockZilla"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "data\/generated\/rules.json"
            }
        ]
    }
}