Adblocker for Chrome

Blocks all ads including facebook ads, youtube video ads, display ads etc.

What is Adblocker for Chrome?

Adblocker for Chrome is a Chrome extension developed by cooldev, and its main feature is "Blocks all ads including facebook ads, youtube video ads, display ads etc.".

Extension Screenshots

screenshot
screenshot

Download Adblocker for Chrome Extension CRX File

Download Adblocker for Chrome 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

                        Ad Blocker for Chrome blocks all kind of ads on most of the sites. It improves your browsing experience and gives you a premium browsing without ads.

ADS THAT ARE BLOCKED
1. Display ads on ALL SITES
2. Search ads on GOOGLE and BING
3. Blocks video ads on YOUTUBE
4. Blocks ads and sponsored ads on FACEBOOK
5. etc

# Saves your Time !!
# Light Weight !!
# Super easy to Use !!

Updates:
0.2 - fixed adblocker On and Off bug.
0.3 - updated selectors and reddit ads blocking
0.4 - updated blocking selectors 
1.1 - added few more ads to block
1.3 - new blocking domains added                    

Extension Basic Information

Name Adblocker for Chrome Adblocker for Chrome
ID pklhpcljkikhjpdjldmbhadminneaihj
Official URL https://chrome.google.com/webstore/detail/adblocker-for-chrome/pklhpcljkikhjpdjldmbhadminneaihj
Description Blocks all ads including facebook ads, youtube video ads, display ads etc.
File Size 429 KB
Installation Count 20,000
Current Version 1.5
Last Updated 2022-08-15
Publish Date 2021-11-07
Rating 5.00/5 Total 3 Ratings
Developer cooldev
Email [email protected]
Payment Type free
Extension Website https://adblocker-for-chrome-ch4js.ondigitalocean.app/
Privacy Policy Page URL https://hawkbrad.github.io/privacy-policy-stackoverflow-bookmarker
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker for Chrome",
    "version": "1.5",
    "description": "Blocks all ads including facebook ads, youtube video ads, display ads etc.",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "128": "adblock128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "adblock128.png"
        },
        "default_title": "AdBlocker for Chrome",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}