Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Was ist Reddit r/random?
Reddit r/random ist eine Chrome-Erweiterung, die von http://timothycarambat.com entwickelt wurde, und ihr Hauptmerkmal ist "The new Reddit layout removed the random subreddit button! This will add it back!".
Erweiterungsscreenshots
Reddit r/random-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit r/random-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ananajimppbhofggkijnhlkpjbkfpfee |
| Offizielle URL | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
| Beschreibung | The new Reddit layout removed the random subreddit button! This will add it back! |
| Dateigröße | 43.08 KB |
| Installationsanzahl | 16 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2018-07-03 |
| Veröffentlichungsdatum | 2018-07-03 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | http://timothycarambat.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |