Images Under Cursor

Images Under Cursor

Finds all sorts of images and videos located under the cursor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "short_name": "IUC",
  "description": "__MSG_app_desc__",
  "version": "3.0.3",
  "author": "Alexandre Macabies",
  "homepage_url": "https://github.com/zopieux/chrome-images-under-cursor",
  "incognito": "spanning",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "activeTab",
    "clipboardWrite"
  ],
  "icons": {
    "16": "icon-16.b71b4a54.png",
    "48": "icon-48.f5508b45.png",
    "128": "icon-128.0562da28.png"
  },
  "background": {
    "service_worker": "background.d541b480.js"
  },
  "commands": {
    "invoke": {
      "description": "__MSG_invoke_cmd_desc__",
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content.08ea8fc6.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "content.6a5efc6f.css",
        "icon.4ce62f4b.svg",
        "icon.93505780.css",
        "icon.6c72393e.css",
        "icon.5b49a98f.css",
        "icon.dd528139.css",
        "icon.dd6f16eb.css",
        "icon.6b029400.css",
        "icon.07c9dd2b.css",
        "icon.14d5c17c.css",
        "icon.46d6f8c3.css",
        "icon.8a6f3b5a.css",
        "icon.af88a7e9.css",
        "icon.7a8aae79.css",
        "icon.a84cb7de.css",
        "icon.23eeb5b0.css",
        "icon.01295f3a.css",
        "icon.68c0088c.css",
        "icon.2ed1f25d.css",
        "checkerboard.315792d2.svg"
      ]
    }
  ]
}