Plainify Twitter Firefox

Examine source code of Plainify Twitter

Inspect and view changes in Plainify Twitter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Plainify Twitter",
  "description": "Make Twitter more plain for screenreaders",
  "version": "0.3.0",
  "manifest_version": 2,
  "author": "yitznewton@hotmail.com",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.twitter.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "web_accessible_resources": [
    "character-map.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{19835edb-061a-48e1-a41c-4afa0e827cd7}",
      "strict_min_version": "42.0"
    }
  }
}

Best Plainify Twitter Alternatives

Here are some Firefox add-ons that are similar to Plainify Twitter: