Reddit visible arrows
Show reddit arrows regardless of subreddit style
What is Reddit visible arrows?
Reddit visible arrows is a Chrome extension developed by CarlosCheddar, and its main feature is "Show reddit arrows regardless of subreddit style".
Extension Screenshots
Download Reddit visible arrows Extension CRX File
Download Reddit visible arrows extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
Official URL | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
Description | Show reddit arrows regardless of subreddit style |
File Size | 9.7 KB |
Installation Count | 223 |
Current Version | 0.3.0 |
Last Updated | 2017-11-26 |
Publish Date | 2017-11-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | CarlosCheddar |
Payment Type | free |
Extension Website | https://github.com/carloscheddar/reddit_visible_arrows |
Help Page URL | https://github.com/carloscheddar/reddit_visible_arrows |
Supported Languages | 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" } } |