Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Co to jest Reddit r/random?
Reddit r/random to rozszerzenie Chrome opracowane przez http://timothycarambat.com, a jego główną funkcją jest „The new Reddit layout removed the random subreddit button! This will add it back!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit r/random
Pobierz pliki rozszerzeń Reddit r/random w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ananajimppbhofggkijnhlkpjbkfpfee |
| Oficjalny URL | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
| Opis | The new Reddit layout removed the random subreddit button! This will add it back! |
| Rozmiar pliku | 43.08 KB |
| Liczba instalacji | 16 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2018-07-03 |
| Data Publikacji | 2018-07-03 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | http://timothycarambat.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |