AdBlockLite

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

O que é AdBlockLite?

AdBlockLite é uma extensão do Chrome desenvolvida por simple developer from Indostan, e sua principal característica é "🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️ ============================== FEATURES ⭐…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AdBlockLite

Baixe arquivos de extensão AdBlockLite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome AdBlockLite AdBlockLite
ID fbcoajiggnpeidjhbdekdbdodilopcdh
URL Oficial https://chrome.google.com/webstore/detail/adblocklite/fbcoajiggnpeidjhbdekdbdodilopcdh
Descrição 🛡️ Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites. 🛡️ ============================== FEATURES ⭐…
Tamanho do Arquivo 301 KB
Contagem de Instalações 10,000
Versão Atual 0.0.5
Última Atualização 2021-12-07
Data de Publicação 2021-07-06
Classificação 4.88/5 Total de 136 Avaliações
Desenvolvedor simple developer from Indostan
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://extnslife.com/privacy.html
Idiomas Suportados 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';"
}