Smart Adblocker

Faster, Safer and Light weight AdBlocker for Chrome that blocks ads on all websites

O que é Smart Adblocker?

Smart Adblocker é uma extensão do Chrome desenvolvida por Smart Adblocker, e sua principal característica é "Faster, Safer and Light weight AdBlocker for Chrome that blocks ads on all websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Smart Adblocker

Baixe arquivos de extensão Smart Adblocker 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

                        Smart Adblocker for Chrome Browser

Smart Adblocker is a free software that can block all ads online. It can be used as a lightweight browser extension, or as a standalone application. Adblocker blocks all ads by default. Adblocker also blocks tracking cookies, which are used to collect information about your browsing activity. This helps prevent advertisers from tracking your behavior and selling it to third parties.
Adblocker is highly effective at blocking ads and removing clutter from the browsing experience. If you're one of these people, then you should consider using an ad blocker with light filtering capabilities instead of Adblocker with heavy filtering capabilities.

Why Smart Adblocker
1. Ads free surfing on internet.
2. Simple and Light Weight.
3. Blocking ads & Save time.

Adblockers have become a common tool that everyone is using to keep their browsing experience clean and safe. It’s a great way to keep ads away from your eyes, while making the web a little bit better for everyone else. If you don’t want to deal with the controversy and just want an easy way to block all ads on your web browser, then you should try Smart Adblocker. Adblockers are a great way to protect your privacy and security online. Most adblockers work by blocking all ads on websites, which can help keep your browsing experience clean and clutter-free.

Ads blocked by smart adblocker:
# Banner Ads
# Search Ads
# Video Ads on YouTube and other streaming platforms
# Website Ads and more

Updated
1.1 - New rules added
1.2 - New rules added
1.3 - Block elements on webpage
1.4 - New rules added
2.0 - Location wise rules
3.0 - Bug fixes and More rules added
3.0.1 - Minor bug fixes and improvements
3.0.3 - Bug fixes
3.1.0 - Privacy policy updated
3.1.1 - YT AdBlock bug fix                    

Informações Básicas da Extensão

Nome Smart Adblocker Smart Adblocker
ID iojpcjjdfhlcbgjnpngcmaojmlokmeii
URL Oficial https://chromewebstore.google.com/detail/smart-adblocker/iojpcjjdfhlcbgjnpngcmaojmlokmeii
Descrição Faster, Safer and Light weight AdBlocker for Chrome that blocks ads on all websites
Tamanho do Arquivo 4.02 MB
Contagem de Instalações 69,147
Versão Atual 3.1.1
Última Atualização 2023-11-21
Data de Publicação 2022-10-20
Classificação 4.72/5 Total de 25 Avaliações
Desenvolvedor Smart Adblocker
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://app.smartadblocker.com/
URL da Página de Política de Privacidade https://smartadblocker.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Adblocker",
    "version": "3.1.1",
    "description": "Faster, Safer and Light weight AdBlocker for Chrome that blocks ads on all websites",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "GN_rules",
                "enabled": true,
                "path": "rules\/r1.json"
            },
            {
                "id": "GB1_rules",
                "enabled": true,
                "path": "rules\/gb1.json"
            },
            {
                "id": "GB2_rules",
                "enabled": true,
                "path": "rules\/gb2.json"
            },
            {
                "id": "YT_rules",
                "enabled": true,
                "path": "rules\/yt.json"
            },
            {
                "id": "FEBA_rules",
                "enabled": true,
                "path": "rules\/feba.json"
            },
            {
                "id": "VN_rules",
                "enabled": false,
                "path": "rules\/vn.json"
            },
            {
                "id": "IN_rules",
                "enabled": false,
                "path": "rules\/in.json"
            },
            {
                "id": "ID_rules",
                "enabled": false,
                "path": "rules\/id.json"
            },
            {
                "id": "PL_rules",
                "enabled": false,
                "path": "rules\/pl.json"
            },
            {
                "id": "CN_rules",
                "enabled": false,
                "path": "rules\/cn.json"
            },
            {
                "id": "SA_rules",
                "enabled": false,
                "path": "rules\/sa.json"
            },
            {
                "id": "BG_rules",
                "enabled": false,
                "path": "rules\/bg.json"
            },
            {
                "id": "CZ_rules",
                "enabled": false,
                "path": "rules\/cz.json"
            },
            {
                "id": "KR_rules",
                "enabled": false,
                "path": "rules\/kr.json"
            },
            {
                "id": "ES_rules",
                "enabled": false,
                "path": "rules\/es.json"
            },
            {
                "id": "PT_rules",
                "enabled": false,
                "path": "rules\/pt.json"
            },
            {
                "id": "RO_rules",
                "enabled": false,
                "path": "rules\/ro.json"
            },
            {
                "id": "NO_rules",
                "enabled": false,
                "path": "rules\/no.json"
            },
            {
                "id": "IT_rules",
                "enabled": false,
                "path": "rules\/it.json"
            },
            {
                "id": "DE_rules",
                "enabled": false,
                "path": "rules\/de.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "smartadblockericon.png"
    },
    "action": {
        "default_icon": "smartadblockericon.png",
        "default_title": "Smart Adblocker for Chrome",
        "default_popup": "index.html"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/element-picker.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content\/y.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}