Tab Screen Saver Firefox

Examine source code of Tab Screen Saver

Inspect and view changes in Tab Screen Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Screen Saver",
  "version": "1.5.4",
  "description": "Bring back classic screensavers in your browser tab. After a chosen period of inactivity it plays a Matrix code rain, warp-speed starfield, or floating bubbles; interact with the page to dismiss it instantly.",
  "icons": {
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{20bd49ed-1eac-4ceb-b3b4-085225db3933}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app/saver.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_title": "Tab Screen Saver",
    "default_popup": "app/popup.html",
    "default_icon": {
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "64": "images/icon-64.png"
    }
  }
}

Best Tab Screen Saver Alternatives

Here are some Firefox add-ons that are similar to Tab Screen Saver: