No Promo Bro : A Reddit Ad Remover

A Reddit Ad Remover

What is No Promo Bro : A Reddit Ad Remover ?

No Promo Bro : A Reddit Ad Remover is a Chrome extension developed by iklassen, and its main feature is "A Reddit Ad Remover".

Download No Promo Bro : A Reddit Ad Remover Extension CRX File

Download No Promo Bro : A Reddit Ad Remover 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

                        No Promo Bro is an extension that detects and hides promotional posts on Reddits new layout.

This extension was created because of my own personal disgust for click bait. I decided to share it for anyone who feels the same but may not have the time and/or ability to make their own extension, enjoy!

I make these kinds of things for fun and will always share them for free.                    

Extension Basic Information

Name No Promo Bro : A Reddit Ad Remover No Promo Bro : A Reddit Ad Remover
ID gamkfmmgoombjjkghnhhnfejafnfdchc
Official URL https://chrome.google.com/webstore/detail/no-promo-bro-a-reddit-ad/gamkfmmgoombjjkghnhhnfejafnfdchc
Description A Reddit Ad Remover
File Size 29.28 KB
Installation Count 61
Current Version 1.0.1
Last Updated 2018-07-16
Publish Date 2018-07-16
Rating 5.00/5 Total 3 Ratings
Developer iklassen
Payment Type free
Help Page URL https://github.com/ikklassen/No-Promo-Bro/tree/master
Supported Languages en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "enter.js"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.reddit.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Promo Bro : A Reddit Ad Remover ",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "A Reddit Ad Remover",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}