Examine source code of Quora Upvotes

Inspect and view changes in Quora Upvotes source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/upvotes.js"
      ],
      "matches": [
        "*://www.quora.com/*"
      ]
    }
  ],
  "description": "Sorts Quora answers by upvotes",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Quora Upvotes",
  "permissions": [
    "*://www.quora.com/*"
  ],
  "version": "1.0.0.1resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{eba839d7-d154-41c3-8987-6accf699c884}"
    }
  }
}