Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Hvad er Reddit r/random?
Reddit r/random er en Chrome-udvidelse udviklet af http://timothycarambat.com, og dens hovedfunktion er "The new Reddit layout removed the random subreddit button! This will add it back!".
Udvidelsesskærmbilleder
Download Reddit r/random-udvidelses-CRX-fil
Download Reddit r/random-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ananajimppbhofggkijnhlkpjbkfpfee |
| Officiel URL | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
| Beskrivelse | The new Reddit layout removed the random subreddit button! This will add it back! |
| Filstørrelse | 43.08 KB |
| Antal Installationer | 16 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2018-07-03 |
| Udgivelsesdato | 2018-07-03 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | http://timothycarambat.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |