Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
Reddit Up/Down Vote Viewer क्या है?
Reddit Up/Down Vote Viewer Nicholas Currault द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Up/Down Vote Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Reddit Up/Down Vote Viewer |
ID | oofcmapinmlnokjjigaojblalakmcohg |
आधिकारिक URL | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
विवरण | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
फ़ाइल का आकार | 33.46 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2014-08-03 |
प्रकाशन तिथि | 2014-08-03 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Nicholas Currault |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Up\/Down Vote Viewer", "description": "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.", "version": "1.0.1", "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "main.user.js" ], "matches": [ "http:\/\/reddit.com\/r\/*\/comments\/*\/*", "http:\/\/www.reddit.com\/r\/*\/comments\/*\/*", "https:\/\/reddit.com\/r\/*\/comments\/*\/*", "https:\/\/www.reddit.com\/r\/*\/comments\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true } |