Reddit visible arrows
Show reddit arrows regardless of subreddit style
Vad är Reddit visible arrows?
Reddit visible arrows är en Chrome-tillägg utvecklad av CarlosCheddar, och dess huvudfunktion är "Show reddit arrows regardless of subreddit style".
Tilläggsskärmbilder
Ladda ner Reddit visible arrows-förlängningens CRX-fil
Ladda ner Reddit visible arrows-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
Officiell webbadress | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
Beskrivning | Show reddit arrows regardless of subreddit style |
Filstorlek | 9.7 KB |
Antal Installationer | 223 |
Aktuell Version | 0.3.0 |
Senast Uppdaterad | 2017-11-26 |
Publiceringsdatum | 2017-11-26 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | CarlosCheddar |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/carloscheddar/reddit_visible_arrows |
Hjälpsida URL | https://github.com/carloscheddar/reddit_visible_arrows |
Stödda Språk | 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" } } |