WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Custom Cursors for Chrome

Custom Cursors for Chrome

View on Chrome Web Store
View Custom Cursors for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (4,994 ratings)
1 new ratings
23 views
This extension has been viewed 23 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.

Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.
Type
Extension
Users
800,000 users
Website cursorstore.com
Cursors
View author page of Cursors
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 6, 2020
Version 2.0.12
Manifest version
3
Updated
Updated on April 29, 2025
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Custom Cursors 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.12",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "action": {
        "default_icon": "assets\/static\/logo_32.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "cursor-injector.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "content_site.js"
            ],
            "matches": [
                "https:\/\/cursorstore.com\/*",
                "https:\/\/staging.cursorstore.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "resources\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_page": ".\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "assets\/static\/logo_16.png",
        "48": "assets\/static\/logo_48.png",
        "128": "assets\/static\/logo_128.png"
    }
}
© 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