Latest Tweets First Firefox

Examine source code of Latest Tweets First

Inspect and view changes in Latest Tweets First source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "128": "src/icon.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "src/icon.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "./src/content.js"
      ],
      "matches": [
        "https://www.twitter.com/*",
        "https://twitter.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "./src/background.js"
    ]
  },
  "description": "Always show latest tweets with the new Twitter Layout.",
  "manifest_version": 2,
  "name": "Latest Tweets First",
  "short_name": "Latest Tweets First",
  "permissions": [],
  "version": "1.1"
}

Best Latest Tweets First Alternatives

Here are some Firefox add-ons that are similar to Latest Tweets First: