OldTweetDeckZaya Firefox

Examine source code of OldTweetDeckZaya

Inspect and view changes in OldTweetDeckZaya source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "OldTweetDeck",
  "description": "Returns old TweetDeck, for free!",
  "version": "4.0.7",
  "manifest_version": 2,
  "homepage_url": "https://github.com/dimdenGD/OldTweetDeck",
  "permissions": [
    "webNavigation",
    "cookies",
    "declarativeNetRequest",
    "webRequest",
    "webRequestBlocking",
    "https://twitter.com/*",
    "https://*.twitter.com/*",
    "https://x.com/*",
    "https://*.x.com/*",
    "https://abs.twimg.com/*",
    "https://api.twitter.com/*",
    "https://tweetdeck.com/",
    "https://tweetdeck.dimden.dev/*",
    "https://raw.githubusercontent.com/*"
  ],
  "web_accessible_resources": [
    "images/*",
    "files/*",
    "src/*",
    "solver.html",
    "manifest.json"
  ],
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48F.png",
    "128": "/images/logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/i/tweetdeck",
        "https://x.com/i/tweetdeck",
        "https://x.com/i/tweetdeck?*"
      ],
      "js": [
        "src/content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://twitter.com/i/tweetdeck",
        "https://x.com/i/tweetdeck",
        "https://x.com/i/tweetdeck?*"
      ],
      "js": [
        "src/notifications.js",
        "src/injection.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "oldtweetdeck.samourai.53fa61ec@custom-addon",
      "strict_min_version": "90.0"
    }
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  }
}

Best OldTweetDeckZaya Alternatives

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