Examine source code of Ten Percent Butts

Inspect and view changes in Ten Percent Butts 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
{
  "manifest_version": 2,
  "name": "Ten Percent Butts",
  "version": "0.1.2resigned1",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jspos-0.2.2/lexer.js",
        "jspos-0.2.2/lexicon.js_",
        "jspos-0.2.2/POSTagger.js",
        "tenpb.js",
        "tenpb.chrome.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "tenpercentbutts@example.com",
      "strict_min_version": "45.0"
    }
  }
}