One-Time Tab Firefox

Examine source code of One-Time Tab

Inspect and view changes in One-Time Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "One-Time Tab",
  "version": "6.0.1",
  "description": "Opens links in temporary tabs that close automatically after user-defined time.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "TempTab",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9abb3582-3d55-4095-9de2-13009b108ee5}",
      "strict_min_version": "89.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  }
}

Best One-Time Tab Alternatives

Here are some Firefox add-ons that are similar to One-Time Tab: