DragHub Firefox

Examine source code of DragHub

Inspect and view changes in DragHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "0.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "draghub@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "activeTab",
    "downloads",
    "clipboardWrite"
  ],
  "optional_permissions": [
    "downloads.open"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dragIndicator.js",
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "icons/*",
    "inject/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false,
    "browser_style": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best DragHub Alternatives

Here are some Firefox add-ons that are similar to DragHub: