Multi-Tab Keep Alive Firefox

Examine source code of Multi-Tab Keep Alive

By: eratum
Inspect and view changes in Multi-Tab Keep Alive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Multi-Tab Keep Alive",
  "version": "1.0",
  "description": "Empêche la mise en veille de plusieurs onglets même en arrière-plan.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "keepalive@firefox-addon"
    }
  }
}

Best Multi-Tab Keep Alive Alternatives

Here are some Firefox add-ons that are similar to Multi-Tab Keep Alive: