Examine source code of TwitterAltText

Inspect and view changes in TwitterAltText 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": "TwitterAltText",
  "version": "0.3",
  "developer": {
    "name": "Davyd McColl",
    "url": "https://github.com/fluffynuts"
  },
  "description": "Surfaces alt-text for images on Twitter",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}