Change Cursor

Awesome and unusual cursors

What is Change Cursor?

Change Cursor is a Chrome extension developed by demidovavaleria87, and its main feature is "Awesome and unusual cursors".

Extension Screenshots

screenshot
screenshot
screenshot

Download Change Cursor Extension CRX File

Download Change 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

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

Extension Basic Information

Name Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
Official URL https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Description Awesome and unusual cursors
File Size 36.16 KB
Installation Count 3,483
Current Version 1.5
Last Updated 2023-06-08
Publish Date 2021-11-14
Rating 1.00/5 Total 4 Ratings
Developer demidovavaleria87
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}