Always Old Reddit
Redirect all reddit pages to old.reddit
Wat is Always Old Reddit?
Always Old Reddit is een Chrome-extensie ontwikkeld door tkrome, en de belangrijkste functie is "Redirect all reddit pages to old.reddit".
Extensie Screenshots
Download het CRX-bestand van de extensie Always Old Reddit
Download Always Old Reddit-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | aaalibmmnojbnlcaanlofnmaclldefii |
| Officiële URL | https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii |
| Beschrijving | Redirect all reddit pages to old.reddit |
| Bestandsgrootte | 5.84 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-05-08 |
| Publicatiedatum | 2018-05-08 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | tkrome |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tkrome/OldReddit |
| Ondersteunde Talen | 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"
]
} | |