Smart Adblocker

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

What is Smart Adblocker?

Smart Adblocker is a Chrome extension developed by Smart Adblocker, and its main feature is "Faster, Safer and Light weight AdBlocker for Chrome that blocks ads on all websites".

Extension Screenshots

screenshot

Download Smart Adblocker Extension CRX File

Download Smart Adblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Smart Adblocker Smart Adblocker
ID iojpcjjdfhlcbgjnpngcmaojmlokmeii
Official URL https://chromewebstore.google.com/detail/smart-adblocker/iojpcjjdfhlcbgjnpngcmaojmlokmeii
Description Faster, Safer and Light weight AdBlocker for Chrome that blocks ads on all websites
File Size 4.02 MB
Installation Count 69,147
Current Version 3.1.1
Last Updated 2023-11-21
Publish Date 2022-10-20
Rating 4.72/5 Total 25 Ratings
Developer Smart Adblocker
Email [email protected]
Payment Type free
Extension Website https://app.smartadblocker.com/
Privacy Policy Page URL https://smartadblocker.com/privacy-policy
Supported Languages 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
}