Reddit visible arrows
Show reddit arrows regardless of subreddit style
Reddit visible arrows क्या है?
Reddit visible arrows CarlosCheddar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show reddit arrows regardless of subreddit style"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit visible arrows एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
विवरण | Show reddit arrows regardless of subreddit style |
फ़ाइल का आकार | 9.7 KB |
स्थापना संख्या | 223 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2017-11-26 |
प्रकाशन तिथि | 2017-11-26 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | CarlosCheddar |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/carloscheddar/reddit_visible_arrows |
सहायता पृष्ठ URL | https://github.com/carloscheddar/reddit_visible_arrows |
समर्थित भाषाएँ | 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" } } |