Examine source code of Twitter Large Images

Inspect and view changes in Twitter Large Images 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",
  "name": "__MSG_extension_name__",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "icons": {
    "16": "media/icon_16.png",
    "32": "media/icon_32.png",
    "48": "media/icon_48.png",
    "128": "media/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "media/icon_19.png",
      "38": "media/icon_38.png"
    },
    "default_title": "__MSG_extension_name__"
  },
  "permissions": [
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "*://pbs.twimg.com/",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}