Reddit Ad Blocker

Blocks All Reddit Promoted and Side Bar Ads

Wat is Reddit Ad Blocker?

Reddit Ad Blocker is een Chrome-extensie ontwikkeld door Extra Large Bacon Pizza, en de belangrijkste functie is "Blocks All Reddit Promoted and Side Bar Ads".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Reddit Ad Blocker

Download Reddit Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Reddit Ad Blocker Reddit Ad Blocker
ID ikfphehapjecfjflnjagoaapglaihehn
Officiële URL https://chromewebstore.google.com/detail/reddit-ad-blocker/ikfphehapjecfjflnjagoaapglaihehn
Beschrijving Blocks All Reddit Promoted and Side Bar Ads
Bestandsgrootte 39.74 KB
Aantal Installaties 906
Huidige Versie 1.9
Laatst Bijgewerkt 2020-05-07
Publicatiedatum 2020-05-07
Beoordeling 3.36/5 Totaal 11 Beoordelingen
Ontwikkelaar Extra Large Bacon Pizza
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://extralargebacon.pizza/
Ondersteunde Talen 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"
    }
}