TweetPane Firefox

Examine source code of TweetPane

Inspect and view changes in TweetPane source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TweetPane",
  "version": "1.2.5resigned1",
  "description": "Shows a notification panel on the right sidebar of your Twitter homepage",
  "author": "Lachlan Patterson <lachlan@imnofox.com>",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://twitter.com/i/notifications?tweetpane=1",
        "*://twitter.com/mentions?tweetpane=1"
      ],
      "js": [
        "vendor/jquery-3.2.1.min.js",
        "tweetpane.js"
      ],
      "css": [
        "tweetpane.css"
      ],
      "all_frames": true
    }
  ],
  "applications": {
    "gecko": {
      "id": "tweetpane@imnofox.com"
    }
  }
}

Best TweetPane Alternatives

Here are some Firefox add-ons that are similar to TweetPane: