Always Old Reddit
Redirect all reddit pages to old.reddit
Qu'est-ce que Always Old Reddit ?
Always Old Reddit est une extension Chrome développée par tkrome, et sa fonction principale est "Redirect all reddit pages to old.reddit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Always Old Reddit
Téléchargez les fichiers d'extension Always Old Reddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Always Old Reddit |
ID | aaalibmmnojbnlcaanlofnmaclldefii |
URL Officiel | https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii |
Description | Redirect all reddit pages to old.reddit |
Taille du Fichier | 5.84 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-05-08 |
Date de Publication | 2018-05-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | tkrome |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tkrome/OldReddit |
Langues Prises en Charge | 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" ] } |