Old Reddit Redirect
Ensure Reddit always loads the old design, except when using new.reddit.com links
Wat is Old Reddit Redirect?
Old Reddit Redirect is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Ensure Reddit always loads the old design, except when using new.reddit.com links".
Extensie Screenshots
Download het CRX-bestand van de extensie Old Reddit Redirect
Download Old Reddit Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Old Reddit Redirect |
ID | npidphabboicbpfnemnaohbngaikfmbh |
Officiële URL | https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh |
Beschrijving | Ensure Reddit always loads the old design, except when using new.reddit.com links |
Bestandsgrootte | 447 KB |
Aantal Installaties | 51 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2020-04-21 |
Publicatiedatum | 2020-04-21 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |