Project SIXT Firefox

Examine source code of Project SIXT

By: Denis
Inspect and view changes in Project SIXT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Multi-Link Selector",
  "version": "1.0",
  "description": "Selectează linkuri cu dreptunghi și le deschide în taburi noi.",
  "permissions": [
    "tabs",
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "multi-link-selector@addon",
      "data_collection_permissions": {
        "collection_types": [],
        "purposes": [],
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Project SIXT Alternatives

Here are some Firefox add-ons that are similar to Project SIXT: