"View Vote totals" without 1000 rep
Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)
"View Vote totals" without 1000 rep क्या है?
"View Vote totals" without 1000 rep Rob W द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में "View Vote totals" without 1000 rep एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The quality of a post at a Stack Overflow is measured by upvotes and downvotes. By default, only the total vote counts are shown. Users with over 1000 reputation earn the privilege to see both the up- and downvotes, by clicking on the number between the voting arrows. Unfortunately, not many of us have enough time to join all Stack Exchange websites and get 1000 reputation. That's why I created this extension: To be able to view vote totals on any Stack Exchange website, whether I'm logged in or not. Works for questions, answers and /review/ and search results. * Website: https://stackapps.com/q/3082/9699 * Greasemonkey script: https://greasyfork.org/en/scripts/6192-stack-exchange-view-vote-totals-without-1000-rep NEW IN VERSION 1.5.10 Support updated StackExchange layout + dark theme support.
एक्सटेंशन की मूल जानकारी
नाम | "View Vote totals" without 1000 rep |
ID | oibfliilcglieepgkdkahpfiiigdijdd |
आधिकारिक URL | https://chromewebstore.google.com/detail/view-vote-totals-without/oibfliilcglieepgkdkahpfiiigdijdd |
विवरण | Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation) |
फ़ाइल का आकार | 61.86 KB |
स्थापना संख्या | 265 |
वर्तमान संस्करण | 1.5.10 |
अंतिम अपडेट | 2020-07-05 |
प्रकाशन तिथि | 2020-07-05 |
रेटिंग | 4.93/5 कुल 14 रेटिंग्स |
डेवलपर | Rob W |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://stackapps.com/q/3082/9699?view-vote-totals-without-1000-rep |
सहायता पृष्ठ URL | https://stackapps.com/q/3082/9699?view-vote-totals-without-1000-rep |
गोपनीयता नीति पृष्ठ URL | https://robwu.nl/privacy/cws |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "votetotals.js" ], "css": [ "votetotals.css" ], "matches": [ "*:\/\/*.stackoverflow.com\/*", "*:\/\/superuser.com\/*", "*:\/\/serverfault.com\/*", "*:\/\/*.stackexchange.com\/*", "*:\/\/answers.onstartups.com\/*", "*:\/\/askubuntu.com\/*", "*:\/\/mathoverflow.net\/*", "*:\/\/meta.answers.onstartups.com\/*", "*:\/\/meta.askubuntu.com\/*", "*:\/\/meta.serverfault.com\/*", "*:\/\/meta.superuser.com\/*", "*:\/\/meta.mathoverflow.net\/*", "*:\/\/stackapps.com\/*" ], "exclude_matches": [ "*:\/\/area51.stackexchange.com\/*" ], "include_globs": [ "*\/questions\/*", "*\/review\/*", "*\/search*" ] } ], "description": "Allows anyone to view vote totals (usually a privilege for Stack Exchange users with 1k reputation)", "name": "\"View Vote totals\" without 1000 rep", "version": "1.5.10", "manifest_version": 2, "homepage_url": "https:\/\/stackapps.com\/q\/3082\/9699?view-vote-totals-without-1000-rep", "icons": { "128": "icon128x128.png", "48": "icon48x48.png" } } |