Block Tabs Firefox

Examine source code of Block Tabs

By: prat1k Add-on
Inspect and view changes in Block Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Block Tabs",
  "description": "Blocks new tabs, stops right click",
  "version": "2.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "icons": {
    "64": "icons/48.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{167e1bf6-f906-47b5-891e-1dcea62b325d}"
    }
  }
}

Best Block Tabs Alternatives

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