Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
Vad är Reddit r/random?
Reddit r/random är en Chrome-tillägg utvecklad av http://timothycarambat.com, och dess huvudfunktion är "The new Reddit layout removed the random subreddit button! This will add it back!".
Tilläggsskärmbilder
Ladda ner Reddit r/random-förlängningens CRX-fil
Ladda ner Reddit r/random-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
Officiell webbadress | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
Beskrivning | The new Reddit layout removed the random subreddit button! This will add it back! |
Filstorlek | 43.08 KB |
Antal Installationer | 16 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-07-03 |
Publiceringsdatum | 2018-07-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://timothycarambat.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |