Click To Contain Firefox

Examine source code of Click To Contain

Inspect and view changes in Click To Contain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Click To Contain",
  "version": "0.5.0alpha",
  "description": "Let's external links open in random containers",
  "author": "LoveIsGrief",
  "applications": {
    "gecko": {
      "id": "@click-to-contain"
    }
  },
  "icons": {
    "64": "resources/icon-256.png"
  },
  "commands": {
    "open-tab": {
      "suggested_key": {
        "default": "Alt+Shift+C"
      },
      "description": "Open a new random container"
    },
    "reopen-tab": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Reopen current tab in a random container"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "StorageWrapper.js",
        "randomize.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "<all_urls>",
    "activeTab",
    "cookies",
    "contextualIdentities",
    "menus",
    "notifications",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "StorageWrapper.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings.html"
  }
}

Best Click To Contain Alternatives

Here are some Firefox add-ons that are similar to Click To Contain: