Custom Cursor for Chrome™

Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.

What is Custom Cursor for Chrome™?

Custom Cursor for Chrome™ is a Chrome extension developed by https://custom-cursor.com, and its main feature is "Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Custom Cursor for Chrome™ Extension CRX File

Download Custom Cursor 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

                        Customize your Chrome browser experience with our free collection of mouse cursors at Custom Cursor.

At Custom Cursor we have created a giant collection of hand-drawn cute cursors. We have over 8000 different packs available on our website for you to enjoy. With your help, our collection has grown so big that we divided it into categories that should fit every taste, like:

- Minecraft;
- Cute Cursors;
- Anime mouse packs;
- Memes;
- Spy x Family pointer packs with Anya Forger;
- Among Us;
- Two types of Minimal pointers for work and studies;
- Games;
- Roblox;
- And many, many other funny elements for you to play with.

Some of our mouse pointer packs are bundled with the Custom Cursor browser extension, but most of them await you on our website. Keep an eye out for new and trending additions.

To simplify navigation, we've organised our collection into Editor's Picks collections, each with a unique theme. Examples include:

- Green arrows for autumn;
- Christmas themed arrows;
- Holidays editor's picks;
- Halloween;
- Custom Cursor collaboration with Daieny Schuttz;
- Pink pointers editor picks;
- Summer mouse decorations;
- Rainbow colors;
and much, much more on our website.

If you can't find what you're looking for, use the "UPLOAD CURSOR" button to add your own. Manage your personal arrow collection on the Upload page and adjust cursor size in the "Manage" section.

Newly added collections will be uploaded to the Custom Cursor for Chrome extension and can be found at the bottom of the collection list. Your added packs will appear in “My Collection”.

Create your own collection of mouse cursors from any images with Custom Cursor Creator tool on our website. It will allow you to create new packs from almost any arrow or pointer shaped image on the internet. 

-------------------
! After installing the extension, refresh previously opened tabs to use it on those pages. Note that the extension may not work on Chrome Web Store pages or the home page. Open another website (e.g., google.com) to test the extension.

If you like the extension you can also check our Custom Cursor for Windows app.

Preview arrow appearance by clicking on it in the extension window and moving the mouse to the empty space within the window.

❤️ ❤️ ❤️                    

Extension Basic Information

Name Custom Cursor for Chrome™ Custom Cursor for Chrome™
ID ogdlpmhglpejoiomcodnpjnfgcpmgale
Official URL https://chromewebstore.google.com/detail/custom-cursor-for-chrome/ogdlpmhglpejoiomcodnpjnfgcpmgale
Description Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.
File Size 2.44 MB
Installation Count 5,334,958
Current Version 3.3.2
Last Updated 2023-08-31
Publish Date 2020-03-11
Rating 4.71/5 Total 46921 Ratings
Developer https://custom-cursor.com
Email [email protected]
Payment Type free
Extension Website https://custom-cursor.com/
Help Page URL https://custom-cursor.com/how-to-use
Privacy Policy Page URL https://custom-cursor.com/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png",
            "256": "\/assets\/icons\/icon256.png",
            "32": "\/assets\/icons\/icon32.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.custom-cursor.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "128": "\/assets\/icons\/icon128.png",
        "256": "\/assets\/icons\/icon256.png",
        "32": "\/assets\/icons\/icon32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.2",
    "version_name": "3.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "content.js"
            ]
        }
    ]
}