Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
What is Reddit r/random?
Reddit r/random is a Chrome extension developed by http://timothycarambat.com, and its main feature is "The new Reddit layout removed the random subreddit button! This will add it back!".
Extension Screenshots
Download Reddit r/random Extension CRX File
Download Reddit r/random extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
Official URL | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
Description | The new Reddit layout removed the random subreddit button! This will add it back! |
File Size | 43.08 KB |
Installation Count | 16 |
Current Version | 1.1 |
Last Updated | 2018-07-03 |
Publish Date | 2018-07-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://timothycarambat.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |