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

Cos'è Custom Cursor Changer for Chrome?

Custom Cursor Changer for Chrome è un'estensione di Chrome sviluppata da https://mycustomcursors.online, e la sua funzione principale è "Get custom cursor for Chrome on Computer, Chromebook, Windows 10, Mac. A huge library with lots of free sets and collections".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Custom Cursor Changer for Chrome

Scarica i file di estensione Custom Cursor Changer 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Custom Cursor Changer for Chrome Custom Cursor Changer for Chrome
ID ceiekmdcekohaonbmapmnnnkppbjlbkp
URL Ufficiale https://chromewebstore.google.com/detail/custom-cursor-changer-for/ceiekmdcekohaonbmapmnnnkppbjlbkp
Descrizione Get custom cursor for Chrome on Computer, Chromebook, Windows 10, Mac. A huge library with lots of free sets and collections
Dimensione del File 90.82 KB
Conteggio Installazioni 900,000
Versione Corrente 1.2.0.8
Ultimo Aggiornamento 2024-02-11
Data di Pubblicazione 2022-03-22
Valutazione 3.75/5 Totale 28 Valutazioni
Sviluppatore https://mycustomcursors.online
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mycustomcursors.online/
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/15GabjrQ7CED7LnMvRuHnIwDU1PwQgzJi6edbM6rkMRA/edit?usp=sharing
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}