Toggle Old Reddit Redirect
Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.
Apa itu Toggle Old Reddit Redirect?
Toggle Old Reddit Redirect adalah ekstensi Chrome yang dikembangkan oleh chunkybrewster, dan fitur utamanya adalah "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Toggle Old Reddit Redirect
Unduh file ekstensi Toggle 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
Do you prefer the old style of interface for Reddit more than the new one? Use Toggle Old Reddit Redirect to automatically redirect all Reddit URLs to the 'old.' prefix. You can toggle the redirect on and off by clicking the toolbar icon. When it is turned back on it will automatically redirect all open tabs currently on Reddit to the 'old.' URL. https://github.com/chunkybrewster/toggle-old-reddit-redirect
Informasi Dasar Ekstensi
Nama | Toggle Old Reddit Redirect |
ID | pfhekjkfjbcbnohifmkgcplickojmbhl |
URL Resmi | https://chromewebstore.google.com/detail/toggle-old-reddit-redirec/pfhekjkfjbcbnohifmkgcplickojmbhl |
Deskripsi | Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon. |
Ukuran File | 31.29 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-07-13 |
Tanggal Publikasi | 2020-07-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | chunkybrewster |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/chunkybrewster/toggle-old-reddit-redirect |
URL Halaman Bantuan | https://github.com/chunkybrewster/toggle-old-reddit-redirect/issues |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggle Old Reddit Redirect", "version": "1.1", "description": "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on\/off by clicking the toolbar icon.", "icons": { "48": "assets\/icons\/toggle-48.png", "64": "assets\/icons\/toggle-64.png", "96": "assets\/icons\/toggle-96.png", "128": "assets\/icons\/toggle-128.png" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/new.reddit.com\/*" ], "browser_action": { "default_icon": "assets\/icons\/toggle-32.png", "default_title": "Toggle Old Reddit Redirect" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] } } |