AdBlockLite

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

AdBlockLiteとは何ですか?

AdBlockLiteはsimple developer from Indostanによって開発されたChromeの拡張機能で、その主な機能は「🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️ ============================== FEATURES ⭐…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

AdBlockLite拡張機能のCRXファイルをダウンロード

AdBlockLite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🛡️ 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.                    

拡張機能の基本情報

名前 AdBlockLite AdBlockLite
ID fbcoajiggnpeidjhbdekdbdodilopcdh
公式URL https://chrome.google.com/webstore/detail/adblocklite/fbcoajiggnpeidjhbdekdbdodilopcdh
説明 🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️ ============================== FEATURES ⭐…
ファイルサイズ 301 KB
インストール数 10,000
現在のバージョン 0.0.5
最終更新日 2021-12-07
公開日 2021-07-06
評価 4.88/5 合計 136 レビュー
開発者 simple developer from Indostan
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://extnslife.com/privacy.html
対応言語 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';"
}