Examine source code of I don't try the new TweetDeck Preview

Inspect and view changes in I don't try the new TweetDeck Preview 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": "I don't try the new TweetDeck Preview",
  "version": "0.1.1",
  "description": "Hide the banner 'Try the new TweetDeck Preview'",
  "content_scripts": [
    {
      "matches": [
        "https://tweetdeck.twitter.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c5ab5a01-4e61-494d-9460-38fcfe2c5784}"
    }
  }
}