Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Qu'est-ce que Reddit r/random ?
Reddit r/random est une extension Chrome développée par http://timothycarambat.com, et sa fonction principale est "The new Reddit layout removed the random subreddit button! This will add it back!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit r/random
Téléchargez les fichiers d'extension Reddit r/random 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
The new layout of Reddit removed the random subreddit button! It was always a good way to find and discover new communities in Reddit. This extensions adds it back seamlessly into the sidebar! **CHANGE LOG** version 1.1: Reddit removed sticky sidebar, so I moved the random button to the sticky top bar.
Informations de Base sur l'Extension
Nom | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
URL Officiel | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
Description | The new Reddit layout removed the random subreddit button! This will add it back! |
Taille du Fichier | 43.08 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-07-03 |
Date de Publication | 2018-07-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://timothycarambat.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit r\/random", "description": "The new Reddit layout removed the random subreddit button! This will add it back!", "manifest_version": 2, "version": "1.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "jquery-3.3.1.min.js", "random.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |