Performance Manager for Firefox Firefox

Examine source code of Performance Manager for Firefox

Inspect and view changes in Performance Manager for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Performance Manager for Firefox",
  "version": "1.0.1",
  "author": "Mihai Lungu",
  "description": "Keep Firefox responsive by intelligently sleeping inactive tabs and reducing unnecessary memory usage.",
  "permissions": [
    "tabs",
    "alarms",
    "storage"
  ],
  "browser_action": {
    "default_title": "Performance Manager for Firefox",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-performance-manager@mihai-lungu",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Performance Manager for Firefox

Aquí hay algunas Firefox add-ons que son similares a Performance Manager for Firefox: