WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Cursor Space - Custom Cursor for Chrome

Cursor Space - Custom Cursor for Chrome

View on Chrome Web Store
View Cursor Space - Custom Cursor for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
14 views
This extension has been viewed 14 times

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

Fun mouse cursors for your browser. Enjoy a large collection of custom and animated cursors
Type
Extension
Users
1,000 users
28
smart.tools.sprt
View author page of smart.tools.sprt
Published
Published on May 5, 2025
Version 2.0.0
Manifest version
3
Updated
Updated on May 8, 2025
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cursor Space - Custom Cursor for Chrome 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
{
    "action": {
        "default_icon": {
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "64": "assets\/icons\/icon64.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cursor-space.com\/*"
        ]
    },
    "homepage_url": "https:\/\/cursor-space.com",
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "short_name": "Cursor Space",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "version_name": "2.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*"
            ]
        }
    ]
}
© 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