Smart Adblocker

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

Co je Smart Adblocker?

Smart Adblocker je rozšíření Chrome vyvinuté Smart Adblocker, a jeho hlavní funkcí je „Faster, Safer and Light weight AdBlocker for Chrome that blocks ads on all websites“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Smart Adblocker

Stáhněte si soubory rozšíření Smart Adblocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Smart Adblocker Smart Adblocker
ID iojpcjjdfhlcbgjnpngcmaojmlokmeii
Oficiální URL https://chromewebstore.google.com/detail/smart-adblocker/iojpcjjdfhlcbgjnpngcmaojmlokmeii
Popis Faster, Safer and Light weight AdBlocker for Chrome that blocks ads on all websites
Velikost souboru 4.02 MB
Počet instalací 69,147
Aktuální Verze 3.1.1
Poslední Aktualizace 2023-11-21
Datum Vydání 2022-10-20
Hodnocení 4.72/5 Celkem 25 Hodnocení
Vývojář Smart Adblocker
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://app.smartadblocker.com/
URL Stránky Zásad Ochrany Soukromí https://smartadblocker.com/privacy-policy
Podporované Jazyky 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
}