BoxDrive Support Extension Firefox

Examine source code of BoxDrive Support Extension

Inspect and view changes in BoxDrive Support Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "{24e43e71-48de-4a6c-a55a-4242f1de3950}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "manifest_version": 3,
  "short_name": "boxdrive-ext",
  "name": "BoxDrive Support Extension",
  "version": "1.4.7",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Box(web)でBoxDriveのパスをコピー、開く、boxショートカットの作成などをサポートします",
  "options_page": "option.html",
  "content_scripts": [
    {
      "matches": [
        "https://*.box.com/f*/*",
        "https://*.box.com/collection/*",
        "http://localhost/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "tabs"
  ]
}

Best BoxDrive Support Extension Alternatives

Here are some Firefox add-ons that are similar to BoxDrive Support Extension: