Privacy Mode Timer Firefox

Examine source code of Privacy Mode Timer

Inspect and view changes in Privacy Mode Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Privacy Mode Timer",
  "version": "1.0",
  "description": "Automatically enables private browsing during scheduled time periods.",
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e8d1b0a1-0f2c-5d0e-1c0f-3b6f01dfb1ac}"
    }
  }
}

Best Privacy Mode Timer Alternatives

Here are some Firefox add-ons that are similar to Privacy Mode Timer: