Reddit Upvotes Bar Firefox

Examine source code of Reddit Upvotes Bar

By: em_te
Inspect and view changes in Reddit Upvotes Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Reddit Upvotes Bar",
  "author": "Terry Yuen",
  "version": "0.1.1",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "icon_16.png",
    "24": "icon_24.png",
    "48": "icon_48.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "https://www.reddit.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  }
}

Best Reddit Upvotes Bar Alternatives

Here are some Firefox add-ons that are similar to Reddit Upvotes Bar: