Hyper Drag

Hyper Drag

Drag the selection and search. Image Search, Download.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "name": "Hyper Drag",
  "version": "1.5.8",
  "author": "hyperT",
  "homepage_url": "https://hyperts.net/Download/",
  "default_locale": "en",
  "icons": {
    "48": "icons/hyper_drag48.png",
    "96": "icons/hyper_drag96.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "63.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "downloads",
    "clipboardWrite",
    "notifications",
    "search"
  ]
}