Reddit Up/Down Vote Viewer

This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.

What is Reddit Up/Down Vote Viewer?

Reddit Up/Down Vote Viewer is a Chrome extension developed by Nicholas Currault, and its main feature is "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.".

Extension Screenshots

screenshot

Download Reddit Up/Down Vote Viewer Extension CRX File

Download Reddit Up/Down Vote Viewer 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

                                            

Extension Basic Information

Name Reddit Up/Down Vote Viewer Reddit Up/Down Vote Viewer
ID oofcmapinmlnokjjigaojblalakmcohg
Official URL https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg
Description This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
File Size 33.46 KB
Installation Count 24
Current Version 1.0.1
Last Updated 2014-08-03
Publish Date 2014-08-03
Rating 1.00/5 Total 1 Ratings
Developer Nicholas Currault
Email [email protected]
Payment Type free
Supported Languages 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
}