Reddit visible arrows
Show reddit arrows regardless of subreddit style
O que é Reddit visible arrows?
Reddit visible arrows é uma extensão do Chrome desenvolvida por CarlosCheddar, e sua principal característica é "Show reddit arrows regardless of subreddit style".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit visible arrows
Baixe arquivos de extensão Reddit visible arrows 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
This extension enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting. Disclaimer: This extension resets the arrow positioning making subs like /r/ShitRedditSays seem like the arrows are inverted. This happens because some subs modify the sprites of the arrows making upvotes look like downvotes and viceversa.
Informações Básicas da Extensão
Nome | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
Descrição | Show reddit arrows regardless of subreddit style |
Tamanho do Arquivo | 9.7 KB |
Contagem de Instalações | 223 |
Versão Atual | 0.3.0 |
Última Atualização | 2017-11-26 |
Data de Publicação | 2017-11-26 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | CarlosCheddar |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/carloscheddar/reddit_visible_arrows |
URL da Página de Ajuda | https://github.com/carloscheddar/reddit_visible_arrows |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit visible arrows", "description": "Show reddit arrows regardless of subreddit style", "version": "0.3.0", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "*:\/\/*.reddit.com\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon.png", "128": "icon128.png" } } |