Always Old Reddit

Redirect reddit.com to old.reddit.com

Apa itu Always Old Reddit?

Always Old Reddit adalah ekstensi Chrome yang dikembangkan oleh TechHax, dan fitur utamanya adalah "Redirect reddit.com to old.reddit.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Always Old Reddit

Unduh file ekstensi Always Old 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

                        Meet Always Old Reddit! This extension redirects all reddit requests to the old version of reddit! It also redirects url data so that posts you click on from other services will show as the old version as well! Enjoy!

Also the code is on Github @ https://github.com/TechHax/always-old-reddit

If you have any questions feel free to message me on twitter @ https://techhax.co/Tech_Hax_                    

Informasi Dasar Ekstensi

Nama Always Old Reddit Always Old Reddit
ID cencjkmlbgldjkepigaaelkodbfbifba
URL Resmi https://chromewebstore.google.com/detail/always-old-reddit/cencjkmlbgldjkepigaaelkodbfbifba
Deskripsi Redirect reddit.com to old.reddit.com
Ukuran File 8.46 KB
Jumlah Instalasi 670
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-09-17
Tanggal Publikasi 2019-09-16
Penilaian 3.80/5 Total 5 Penilaian
Pengembang TechHax
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect reddit.com to old.reddit.com",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "webRequestBlocking"
    ]
}