Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Co je Reddit r/random?
Reddit r/random je rozšíření Chrome vyvinuté http://timothycarambat.com, a jeho hlavní funkcí je „The new Reddit layout removed the random subreddit button! This will add it back!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit r/random
Stáhněte si soubory rozšíření Reddit r/random ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | ananajimppbhofggkijnhlkpjbkfpfee |
| Oficiální URL | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
| Popis | The new Reddit layout removed the random subreddit button! This will add it back! |
| Velikost souboru | 43.08 KB |
| Počet instalací | 16 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2018-07-03 |
| Datum Vydání | 2018-07-03 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | http://timothycarambat.com |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
} | |