Classic Reddit

Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…

Apa itu Classic Reddit?

Classic Reddit adalah ekstensi Chrome yang dikembangkan oleh bobmonkeywarts, dan fitur utamanya adalah "Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Classic Reddit

Unduh file ekstensi Classic Reddit 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

                        Redirects your browser to old.reddit.com to opt-out of the new redesign easily.

The redesign is slow, ugly, a waste of space, annoying to get used to, and doesn't support CSS. Get this extension and you won't have to deal with that.

If it ain't broke, don't fix it.                    

Informasi Dasar Ekstensi

Nama Classic Reddit Classic Reddit
ID ochhlphdhemcmcdmplppdbchfobeihjp
URL Resmi https://chromewebstore.google.com/detail/classic-reddit/ochhlphdhemcmcdmplppdbchfobeihjp
Deskripsi Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…
Ukuran File 116 KB
Jumlah Instalasi 86
Versi Saat Ini 0.1
Terakhir Diperbarui 2018-05-05
Tanggal Publikasi 2018-05-05
Pengembang bobmonkeywarts
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Classic Reddit",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}