Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
¿Qué es Reddit r/random?
Reddit r/random es una extensión de Chrome desarrollada por http://timothycarambat.com, y su función principal es "The new Reddit layout removed the random subreddit button! This will add it back!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reddit r/random
Descarga archivos de extensión Reddit r/random en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
Descripción | The new Reddit layout removed the random subreddit button! This will add it back! |
Tamaño del Archivo | 43.08 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 1.1 |
Última Actualización | 2018-07-03 |
Fecha de Publicación | 2018-07-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | http://timothycarambat.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |