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.

Cos'è Custom Cursors for Chrome?

Custom Cursors for Chrome è un'estensione di Chrome sviluppata da https://cursorstore.com, e la sua funzione principale è "Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Custom Cursors for Chrome

Scarica i file di estensione Custom Cursors for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Custom Cursors for Chrome Custom Cursors for Chrome
ID phfkifnjcmdcmljnnablahicoabkokbg
URL Ufficiale https://chromewebstore.google.com/detail/custom-cursors-for-chrome/phfkifnjcmdcmljnnablahicoabkokbg
Descrizione Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.
Dimensione del File 1.01 MB
Conteggio Installazioni 900,000
Versione Corrente 2.0.7
Ultimo Aggiornamento 2023-09-27
Data di Pubblicazione 2020-08-06
Valutazione 4.46/5 Totale 4972 Valutazioni
Sviluppatore https://cursorstore.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cursorstore.com/
URL della Pagina della Politica sulla Privacy https://cursorstore.com/privacy-policy
Lingue Supportate 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"
    }
}