Private Tab History Firefox

Examine source code of Private Tab History

Inspect and view changes in Private Tab History source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Private Tab History",
  "version": "1.0",
  "description": "Stores browsing history for private/incognito tabs.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "incognito": "spanning",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b66c094f-1d4f-4218-a17f-6c0da9d62bb6}"
    }
  }
}

Best Private Tab History Alternatives

Here are some Firefox add-ons that are similar to Private Tab History: