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.

Was ist Custom Cursors for Chrome?

Custom Cursors for Chrome ist eine Chrome-Erweiterung, die von https://cursorstore.com entwickelt wurde, und ihr Hauptmerkmal ist "Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Custom Cursors for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Custom Cursors for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Custom Cursors for Chrome Custom Cursors for Chrome
ID phfkifnjcmdcmljnnablahicoabkokbg
Offizielle URL https://chromewebstore.google.com/detail/custom-cursors-for-chrome/phfkifnjcmdcmljnnablahicoabkokbg
Beschreibung Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.
Dateigröße 1.01 MB
Installationsanzahl 900,000
Aktuelle Version 2.0.7
Letztes Update 2023-09-27
Veröffentlichungsdatum 2020-08-06
Bewertung 4.46/5 Insgesamt 4972 Bewertungen
Entwickler https://cursorstore.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cursorstore.com/
URL der Datenschutzrichtlinien-Seite https://cursorstore.com/privacy-policy
Unterstützte Sprachen 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"
    }
}