Examine source code of Trello Embeded Videos

Inspect and view changes in Trello Embeded Videos 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "resources/jquery-1.9.1.min.js",
        "resources/content.js"
      ],
      "css": [
        "resources/styles.css"
      ],
      "matches": [
        "https://trello.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "resources/videopanel.html"
  ],
  "description": "Embeds youtube videos into Trello cards",
  "icons": {
    "128": "img/TrelloEmbeddedVideos-128.png"
  },
  "manifest_version": 2,
  "name": "Trello Embeded Videos",
  "version": "1.0"
}