WebExtension.net
Toggle dark mode
WebExtension.net

Cute Cursors - Custom Cursor for Chrome™

View on Chrome Web Store
View Cute Cursors - Custom Cursor for Chrome™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (14,985 ratings)
1 new ratings
27 views
This extension has been viewed 27 times

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

Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.
Type
Extension
Users
1,000,000 users
100K
Cute Cursors
View author page of Cute Cursors
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 20, 2016
Version 4.1.0
Manifest version
3
Updated
Updated on June 14, 2023
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cute Cursors - 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "version": "4.1.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "assets\/static\/logo_16.png",
        "48": "assets\/static\/logo_48.png",
        "128": "assets\/static\/logo_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "optional_permissions": [
        "management"
    ],
    "options_page": ".\/options.html",
    "action": {
        "default_icon": "assets\/static\/logo_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "app-site-controller.js"
            ],
            "matches": [
                "http:\/\/localhost:4200\/*",
                "*:\/\/cute-cursors.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "cursor-injector.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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