Examine source code of BetterTheatre

Inspect and view changes in BetterTheatre 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": "BetterTheatre",
  "description": "With this extension you can enjoy a full size theatre mode on youtube.",
  "version": "1.11.0",
  "author": "Paolo Basso",
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "css": [
        "css/BetterTheatre.css"
      ]
    }
  ],
  "icons": {
    "16": "assets/BT_icon16.png",
    "48": "assets/BT_icon48.png",
    "128": "assets/BT_icon128.png"
  },
  "web_accessible_resources": [
    "css/BetterTheatre.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{41763409-c7ad-4fee-bf76-bdca69cc8501}"
    }
  }
}