Tabs Privacy Firefox

Examine source code of Tabs Privacy

Inspect and view changes in Tabs Privacy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.2.3",
  "homepage_url": "https://github.com/jhonatasrm/tabs-privacy",
  "default_locale": "en",
  "author": "Jhonatas Machado",
  "applications": {
    "gecko": {
      "strict_min_version": "61.0",
      "id": "{9e76ffd4-e48d-4445-af32-f8d296c59bd8}"
    }
  },
  "icons": {
    "16": "/res/icons/icon.png",
    "32": "/res/icons/icon.png",
    "48": "/res/icons/icon.png",
    "96": "/res/icons/icon.png"
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Alt+P",
        "mac": "Alt+P",
        "linux": "Alt+P",
        "windows": "Alt+P"
      },
      "description": "__MSG_shortcut__"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "/res/icons/privacy_off.png"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "browserSettings",
    "activeTab",
    "tabHide",
    "<all_urls>"
  ]
}

Best Tabs Privacy Alternatives

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