WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Custom Animated Cursor for Chrome 2024

Custom Animated Cursor for Chrome 2024

View on Chrome Web Store
View Custom Animated Cursor for Chrome 2024 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 times

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

Your cursor becomes a canvas for creativity, boasting a plethora of animated designs to suit every mood and style.
Type
Extension
Users
58 users
1
devfox
View author page of devfox
Published
Published on March 18, 2024
Version 0.1.0
Manifest version
3
Updated
Updated on March 19, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Custom Animated Cursor for Chrome 2024 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": "Custom Animated Cursor for Chrome 2024",
    "version": "0.1.0",
    "description": "Your cursor becomes a canvas for creativity, boasting a plethora of animated designs to suit every mood and style.",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon.png",
            "24": "assets\/icon.png",
            "32": "assets\/icon.png"
        },
        "default_title": "Mouse Recorder & Repeater",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}
© 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