Reddit Hide Votes

Hide vote counts

What is Reddit Hide Votes?

Reddit Hide Votes is a Chrome extension developed by https://deejdesigns.com, and its main feature is "Hide vote counts".

Download Reddit Hide Votes Extension CRX File

Download Reddit Hide Votes 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

                        Hide vote counts on reddit.                    

Extension Basic Information

Name Reddit Hide Votes Reddit Hide Votes
ID nmcaldfaheeenocpfcejfgbhlbpahmhe
Official URL https://chromewebstore.google.com/detail/reddit-hide-votes/nmcaldfaheeenocpfcejfgbhlbpahmhe
Description Hide vote counts
File Size 96.7 KB
Installation Count 41
Current Version 0.0.12
Last Updated 2017-01-15
Publish Date 2017-01-15
Rating 3.25/5 Total 12 Ratings
Developer https://deejdesigns.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Hide Votes",
    "description": "Hide vote counts",
    "version": "0.0.12",
    "author": "DeejDesigns.com",
    "web_accessible_resources": [
        "\/scripts\/jquery-1.10.1.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/script.js"
            ],
            "css": [
                "\/styles\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}