WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Images Under Cursor

Images Under Cursor

View on Chrome Web Store
View Images Under Cursor Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (17 ratings)
1 new ratings
26 views
This extension has been viewed 26 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Finds all sorts of images and videos located under the cursor.
Type
Extension
Users
779 users
10
Alexandre Macabies
View author page of Alexandre Macabies
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 5, 2016
Version 3.0.3
Manifest version
3
Updated
Updated on March 30, 2024
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Images Under Cursor Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top