Old Reddit Redirect
Ensure Reddit always loads the old design, except when using new.reddit.com links
Apa itu Old Reddit Redirect?
Old Reddit Redirect adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Ensure Reddit always loads the old design, except when using new.reddit.com links".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Old Reddit Redirect
Unduh file ekstensi Old Reddit Redirect 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 Reddit links to old.reddit.com, except when using new.reddit.com The new.reddit.com redirect is what distinguishes it from the extension it was based on. Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US
Informasi Dasar Ekstensi
Nama | Old Reddit Redirect |
ID | npidphabboicbpfnemnaohbngaikfmbh |
URL Resmi | https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh |
Deskripsi | Ensure Reddit always loads the old design, except when using new.reddit.com links |
Ukuran File | 447 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2020-04-21 |
Tanggal Publikasi | 2020-04-21 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Reddit Redirect", "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links", "version": "2.0.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/old.reddit.com\/*" ] } |