Always Old Reddit
Redirect all reddit pages to old.reddit
Apa itu Always Old Reddit?
Always Old Reddit adalah ekstensi Chrome yang dikembangkan oleh tkrome, dan fitur utamanya adalah "Redirect all reddit pages to old.reddit".
Screenshot Ekstensi
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
Tired of the reddit defaulting to the new layout when changing accounts/in incognito? This extension redirects all reddit.com URLs to old.reddit.com. Code available at https://github.com/tkrome/OldReddit Icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY
Informasi Dasar Ekstensi
Nama | Always Old Reddit |
ID | aaalibmmnojbnlcaanlofnmaclldefii |
URL Resmi | https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii |
Deskripsi | Redirect all reddit pages to old.reddit |
Ukuran File | 5.84 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-05-08 |
Tanggal Publikasi | 2018-05-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | tkrome |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tkrome/OldReddit |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Always Old Reddit", "description": "Redirect all reddit pages to old.reddit", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon128.png" }, "permissions": [ "webRequest", "*:\/\/www.reddit.com\/*", "*:\/\/reddit.com\/*", "webRequestBlocking" ] } |