Custom Cursors for Chrome

Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.

What is Custom Cursors for Chrome?

Custom Cursors for Chrome is a Chrome extension developed by https://cursorstore.com, and its main feature is "Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Custom Cursors for Chrome Extension CRX File

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

                        It's such a cute custom cursors for Chrome. Show your individuality with the bright and gorgeous mouse pointer on every webpage. Forget about the boring and simple cursor that has many years to appear on the display. Now you are able to change your mouse pointer to something pink and cute ;)

Forget the boring default mouse pointer, because now it can be something more! Something to inspire you, cheer you up and just make you happy. We're the Cute Cursors crew and we've made it our mission to pimp your cursor!

We have breathed even more life into our mouse cursors. And so much so that now they have become alive. They shimmer in colors, move, spin, dance, and most importantly give even more expression and positive emotions. 

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

5 reasons why you should install the Custom Cursors for Chrome extension:

1. Personalization - extension Custom Cursors for Chrome allows you to personalize your browsing experience by giving your mouse pointer a unique look.

2. Aesthetics - If you're someone who likes to pay attention to the little details, then this extension is perfect for you. Customized cursors can add a touch of aesthetic appeal to your browsing experience.

3. Easy to use - extension Custom Cursors for Chrome is incredibly easy to use. Simply install the extension and select your preferred cursor design. There's no technical knowledge required to use the extension.

4. Fun - Custom Cursors for Chrome can add a fun element to your browsing experience. With a variety of creative cursor designs available, you can swap out your mouse pointer design whenever you like to keep things interesting.

5. Improved visibility - If you struggle to see the default mouse cursor on your screen, then changing it to a customized design could improve your visibility. The increased visibility of a custom cursor can help you keep track of your mouse movements more easily.

Attention! Make sure you use the Cute Cursors extension on any web page other than the Chrome Web Store, Google internal pages, and the Chrome home page, as Google policy prohibits the use of custom cursors on these pages.                    

Extension Basic Information

Name Custom Cursors for Chrome Custom Cursors for Chrome
ID phfkifnjcmdcmljnnablahicoabkokbg
Official URL https://chromewebstore.google.com/detail/custom-cursors-for-chrome/phfkifnjcmdcmljnnablahicoabkokbg
Description Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.
File Size 1.01 MB
Installation Count 900,000
Current Version 2.0.7
Last Updated 2023-09-27
Publish Date 2020-08-06
Rating 4.46/5 Total 4972 Ratings
Developer https://cursorstore.com
Email [email protected]
Payment Type free
Extension Website https://cursorstore.com/
Privacy Policy Page URL https://cursorstore.com/privacy-policy
Supported Languages id,ms,de,en,en-GB,en-US,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,bg,iw,mr,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",
    "manifest_version": 3,
    "version": "2.0.7",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "action": {
        "default_icon": "assets\/static\/logo_32.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "cursor-injector.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "content_site.js"
            ],
            "matches": [
                "https:\/\/cursorstore.com\/*",
                "https:\/\/staging.cursorstore.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": ".\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "assets\/static\/logo_16.png",
        "48": "assets\/static\/logo_48.png",
        "128": "assets\/static\/logo_128.png"
    }
}