Come-back-deck Firefox

Examine source code of Come-back-deck

Inspect and view changes in Come-back-deck source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Come-back-deck(FF)",
  "version": "1.1",
  "manifest_version": 2,
  "description": "TweetDeckを取り戻せ!",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "kwnobu@gmail.com-come_back_deck",
      "strict_min_version": "100.0"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "*://*.twitter.com/",
    "cookies"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.twitter.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Come-back-deck Alternatives

Here are some Firefox add-ons that are similar to Come-back-deck: