Reddit Ad Blocker

Blocks All Reddit Promoted and Side Bar Ads

Apa itu Reddit Ad Blocker?

Reddit Ad Blocker adalah ekstensi Chrome yang dikembangkan oleh Extra Large Bacon Pizza, dan fitur utamanya adalah "Blocks All Reddit Promoted and Side Bar Ads".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Reddit Ad Blocker

Unduh file ekstensi Reddit Ad Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Reddit Ad Blocker Reddit Ad Blocker
ID ikfphehapjecfjflnjagoaapglaihehn
URL Resmi https://chromewebstore.google.com/detail/reddit-ad-blocker/ikfphehapjecfjflnjagoaapglaihehn
Deskripsi Blocks All Reddit Promoted and Side Bar Ads
Ukuran File 39.74 KB
Jumlah Instalasi 906
Versi Saat Ini 1.9
Terakhir Diperbarui 2020-05-07
Tanggal Publikasi 2020-05-07
Penilaian 3.36/5 Total 11 Penilaian
Pengembang Extra Large Bacon Pizza
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://extralargebacon.pizza/
Bahasa yang Didukung 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"
    }
}