Reddit Hide Votes

Reddit Hide Votes

Hide vote counts

Merlin
Additional files are visible only to premium users

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"
  }
}