OldTweetDeck for Android and Desktop Firefox

Examine source code of OldTweetDeck for Android and Desktop

제작자: vzhnei Add-on
Inspect and view changes in OldTweetDeck for Android and Desktop 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": "3.2.1",
  "manifest_version": 2,
  "homepage_url": "https://github.com/dimdenGD/OldTweetDeck",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "https://twitter.com/*",
    "https://tweetdeck.twitter.com/*",
    "https://abs.twimg.com/*",
    "https://api.twitter.com/*",
    "https://upload.twitter.com/*",
    "https://tweetdeck.com/",
    "https://tweetdeck.dimden.dev/*",
    "https://raw.githubusercontent.com/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "web_accessible_resources": [
    "images/*",
    "files/*",
    "src/*"
  ],
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/i/tweetdeck"
      ],
      "js": [
        "src/notifications.js",
        "src/injection.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bisphenoidal@outlook.com",
      "strict_min_version": "90.0"
    }
  }
}

최고의 OldTweetDeck for Android and Desktop 대안

다음은 OldTweetDeck for Android and Desktop과(와) 유사한 Firefox add-on입니다: