Change My Cursor

Change your cursor to any picture you like!

What is Change My Cursor?

Change My Cursor is a Chrome extension developed by https://yoonicode.com, and its main feature is "Change your cursor to any picture you like!".

Extension Screenshots

screenshot

Download Change My Cursor Extension CRX File

Download Change My Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Change your mouse cursor to ANYTHING you want!

This chrome extension is open source (to the extent of the LICENSE that you can view in the below repository); you can view the GitHub repository at https://github.com/yummypasta/changemycursor                    

Extension Basic Information

Name Change My Cursor Change My Cursor
ID lppmahciboilaokklohhhdlaadkobgpc
Official URL https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc
Description Change your cursor to any picture you like!
File Size 17.19 KB
Installation Count 47,117
Current Version 2.0.0
Last Updated 2022-05-15
Publish Date 2019-06-07
Rating 1.90/5 Total 105 Ratings
Developer https://yoonicode.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change My Cursor",
    "description": "Change your cursor to any picture you like!",
    "version": "2.0.0",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Change My Cursor!",
        "default_icon": "img\/cursor.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}