Reddit r/random
The new Reddit layout removed the random subreddit button! This will add it back!
O que é Reddit r/random?
Reddit r/random é uma extensão do Chrome desenvolvida por http://timothycarambat.com, e sua principal característica é "The new Reddit layout removed the random subreddit button! This will add it back!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit r/random
Baixe arquivos de extensão Reddit r/random no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ananajimppbhofggkijnhlkpjbkfpfee |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee |
Descrição | The new Reddit layout removed the random subreddit button! This will add it back! |
Tamanho do Arquivo | 43.08 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.1 |
Última Atualização | 2018-07-03 |
Data de Publicação | 2018-07-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://timothycarambat.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |