AdBlockLite

🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️ ============================== FEATURES ⭐…

AdBlockLite là gì?

AdBlockLite là một tiện ích mở rộng Chrome được phát triển bởi simple developer from Indostan, và tính năng chính của nó là "🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️ ============================== FEATURES ⭐…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AdBlockLite

Tải xuống các tệp mở rộng AdBlockLite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️
==============================

FEATURES
⭐ Block pop ups, ads, and annoying banners (even remove video ads!) on YouTube, Facebook, Twitch, and all your favorite sites 📺
⭐ Browse safely by blocking malicious ads with malware, scams, and cryptocurrency miners🦠
⭐ Improve page load times and enjoy a faster Internet 🚀
==============================

ABOUT
Download AdBlockLite's free ad blocker to block ads everywhere on the web.
AdBlockLite for Chrome works automatically 🤖 Just click "Add to Chrome," then visit your favorite website and see the ads disappear!
==============================

NOTES
* The notice you see about having access to your history and website data is automatically generated because AdBlock runs on every tab. But it does NOT actually monitor your browsing history or require your personal information to work properly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AdBlockLite AdBlockLite
ID fbcoajiggnpeidjhbdekdbdodilopcdh
URL Chính Thức https://chrome.google.com/webstore/detail/adblocklite/fbcoajiggnpeidjhbdekdbdodilopcdh
Mô tả 🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️ ============================== FEATURES ⭐…
Kích Thước Tệp 301 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2021-12-07
Ngày Phát Hành 2021-07-06
Đánh Giá 4.88/5 Tổng số 136 Đánh Giá
Nhà Phát Triển simple developer from Indostan
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://extnslife.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlockLite",
    "version": "0.0.5",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';"
}