Reddit visible arrows
Show reddit arrows regardless of subreddit style
Wat is Reddit visible arrows?
Reddit visible arrows is een Chrome-extensie ontwikkeld door CarlosCheddar, en de belangrijkste functie is "Show reddit arrows regardless of subreddit style".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit visible arrows
Download Reddit visible arrows-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
Officiële URL | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
Beschrijving | Show reddit arrows regardless of subreddit style |
Bestandsgrootte | 9.7 KB |
Aantal Installaties | 223 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2017-11-26 |
Publicatiedatum | 2017-11-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | CarlosCheddar |
Betalingswijze | free |
Extensiewebsite | https://github.com/carloscheddar/reddit_visible_arrows |
Help Pagina-URL | https://github.com/carloscheddar/reddit_visible_arrows |
Ondersteunde Talen | 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" } } |