Reddit visible arrows
Show reddit arrows regardless of subreddit style
¿Qué es Reddit visible arrows?
Reddit visible arrows es una extensión de Chrome desarrollada por CarlosCheddar, y su función principal es "Show reddit arrows regardless of subreddit style".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reddit visible arrows
Descarga archivos de extensión Reddit visible arrows 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
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.
Información Básica de la Extensión
Nombre | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
Descripción | Show reddit arrows regardless of subreddit style |
Tamaño del Archivo | 9.7 KB |
Cantidad de Instalaciones | 223 |
Versión Actual | 0.3.0 |
Última Actualización | 2017-11-26 |
Fecha de Publicación | 2017-11-26 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | CarlosCheddar |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/carloscheddar/reddit_visible_arrows |
URL de la Página de Ayuda | https://github.com/carloscheddar/reddit_visible_arrows |
Idiomas Soportados | 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" } } |