AdBlockLite

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

AdBlockLite क्या है?

AdBlockLite simple developer from Indostan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️ ============================== FEATURES ⭐…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AdBlockLite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🛡️ 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
ईमेल [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';"
}