Reddit Ad Blocker

Blocks All Reddit Promoted and Side Bar Ads

What is Reddit Ad Blocker?

Reddit Ad Blocker is a Chrome extension developed by Extra Large Bacon Pizza, and its main feature is "Blocks All Reddit Promoted and Side Bar Ads".

Extension Screenshots

screenshot
screenshot

Download Reddit Ad Blocker Extension CRX File

Download Reddit Ad Blocker 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

                        Tired of paying for Reddit premium just to block ads?
 
Instantly remove all Reddit ads for free! This includes both Promoted and Side Bar ads!

It even works flawlessly on Old Reddit                    

Extension Basic Information

Name Reddit Ad Blocker Reddit Ad Blocker
ID ikfphehapjecfjflnjagoaapglaihehn
Official URL https://chromewebstore.google.com/detail/reddit-ad-blocker/ikfphehapjecfjflnjagoaapglaihehn
Description Blocks All Reddit Promoted and Side Bar Ads
File Size 39.74 KB
Installation Count 906
Current Version 1.9
Last Updated 2020-05-07
Publish Date 2020-05-07
Rating 3.36/5 Total 11 Ratings
Developer Extra Large Bacon Pizza
Email [email protected]
Payment Type free
Extension Website https://extralargebacon.pizza/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Ad Blocker",
    "version": "1.9",
    "manifest_version": 2,
    "description": "Blocks All Reddit Promoted and Side Bar Ads",
    "homepage_url": "http:\/\/extralargebacon.pizza",
    "permissions": [
        "*:\/\/*.reddit.com\/*"
    ],
    "browser_action": {
        "default_title": "Reddit Ad Blocker"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}