Sleep Timer Fixde Firefox

Examine source code of Sleep Timer Fixde

Inspect and view changes in Sleep Timer Fixde source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sleep Timer Fix",
  "version": "1.0.3",
  "description": "Put any tab on a sleep timer to close or mute the tab when the timer expires.",
  "permissions": [
    "tabs",
    "alarms"
  ],
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "Sleep Timer"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{065c035b-c209-4bc0-b4d8-c9c5c4589ab8}"
    }
  }
}

Meilleures alternatives Sleep Timer Fixde

Voici quelques Firefox add-ons qui sont similaires à Sleep Timer Fixde :