Random Subreddit Button
Adds a button to Reddit to visit random subreddits
What is Random Subreddit Button?
Random Subreddit Button is a Chrome extension developed by Rafael Ribeiro da Silva, and its main feature is "Adds a button to Reddit to visit random subreddits".
Extension Screenshots
Download Random Subreddit Button Extension CRX File
Download Random Subreddit Button 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
Adds a button to Reddit to visit random subreddits.
Extension Basic Information
Name | Random Subreddit Button |
ID | dkkjibeimicbjblhahalkfhdjlakfamj |
Official URL | https://chromewebstore.google.com/detail/random-subreddit-button/dkkjibeimicbjblhahalkfhdjlakfamj |
Description | Adds a button to Reddit to visit random subreddits |
File Size | 10.31 KB |
Installation Count | 98 |
Current Version | 2.0 |
Last Updated | 2020-10-26 |
Publish Date | 2020-08-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rafael Ribeiro da Silva |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/rafaelribeirods |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Subreddit Button", "version": "2.0", "description": "Adds a button to Reddit to visit random subreddits", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "scripts\/rsb.js" ] } ], "manifest_version": 2 } |