Custom Cursor Changer for Chrome

Get custom cursor for Chrome on Computer, Chromebook, Windows 10, Mac. A huge library with lots of free sets and collections

What is Custom Cursor Changer for Chrome?

Custom Cursor Changer for Chrome is a Chrome extension developed by https://mycustomcursors.online, and its main feature is "Get custom cursor for Chrome on Computer, Chromebook, Windows 10, Mac. A huge library with lots of free sets and collections".

Extension Screenshots

screenshot
screenshot
screenshot

Download Custom Cursor Changer for Chrome Extension CRX File

Download Custom Cursor Changer for Chrome 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

                        Custom Cursor Changer is a great extension for Chrome that lets you change your browsing experience by creating your own mouse pointers. With the massive library of this extension, you can find anything to suit your style, whether it's a set of alien symbols or something else entirely. Change your cursor now and get ready for an awesome experience!

Use a lot of cursor collection on webpages and websites.

Nowadays, all Chrome users can customize their cursor. So, if you are not satisfied with the default cursor and want to bring a custom one, you’ve come to the right place.

We will show you how to get it for Chrome on Computer, Chromebook, Windows 10, Mac, etc. Go through the post to know about it.

Step 1: First of all, open up Chrome and go to the Custom Cursor Changer for Chrome website. Now add the extension by clicking on Add to Chrome button.

Step 2: Once installed, click on Add New button from the pop-up window that appears.

Step 3: Next, click on Select Image button from the window that comes up after clicking on Add.

Step 4: Now select an image from collection. 

Make Chrome your own. Personalize your Chrome browsing experience.

If you're looking for a way to customize the mouse cursor in Chrome, you came to the right place. With Custom Cursors for Chrome you can customize your own mouse cursors with just a few clicks.

There are over 1,000 custom cursors ready to be used on any website. The extension allows you to use customized cursors on any web page. The changes are made in real time so that you can see what they look like before deciding if they work or not.

Whether you're looking for cursors that look like an anime character, a cat, dog, or something else, Custom Cursors for Chrome has it all. There are even custom cursors for holidays and special occasions!

Custom Cursors for Chrome is the perfect tool for people who want to change their mouse cursor but don't want to do it manually. If you want to be able to use a different cursor on every website that you visit, this extension is perfect for you!                    

Extension Basic Information

Name Custom Cursor Changer for Chrome Custom Cursor Changer for Chrome
ID ceiekmdcekohaonbmapmnnnkppbjlbkp
Official URL https://chromewebstore.google.com/detail/custom-cursor-changer-for/ceiekmdcekohaonbmapmnnnkppbjlbkp
Description Get custom cursor for Chrome on Computer, Chromebook, Windows 10, Mac. A huge library with lots of free sets and collections
File Size 90.82 KB
Installation Count 900,000
Current Version 1.2.0.8
Last Updated 2024-02-11
Publish Date 2022-03-22
Rating 3.75/5 Total 28 Ratings
Developer https://mycustomcursors.online
Email [email protected]
Payment Type free
Extension Website https://mycustomcursors.online/
Privacy Policy Page URL https://docs.google.com/document/d/15GabjrQ7CED7LnMvRuHnIwDU1PwQgzJi6edbM6rkMRA/edit?usp=sharing
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.0.8",
    "manifest_version": 3,
    "icons": {
        "16": ".\/asset\/icon_16.png",
        "24": ".\/asset\/icon_24.png",
        "32": ".\/asset\/icon_32.png",
        "48": ".\/asset\/icon_48.png",
        "128": ".\/asset\/icon_128.png"
    },
    "action": {
        "default_icon": ".\/asset\/icon_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/PopUp.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "enabled": true,
                "path": "r-1.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/initCursor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}