Cute Cursors - Big Collection Cursors

Replaces default cursor with something cute. Change cursor the usual mouse to an amazing cute cursor.

Was ist Cute Cursors - Big Collection Cursors?

Cute Cursors - Big Collection Cursors ist eine Chrome-Erweiterung, die von https://cutecursors.com entwickelt wurde, und ihr Hauptmerkmal ist "Replaces default cursor with something cute. Change cursor the usual mouse to an amazing cute cursor.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Cute Cursors - Big Collection Cursors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cute Cursors - Big Collection Cursors-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

                        This is such a cute custom cursor for Chrome. Show your personality with a bright and beautiful mouse pointer on every web page. Forget about the boring and simple cursor that appears on the display for many years. Now you can change your mouse pointer to something pink and pretty;)

Four of the most beautiful elements have been created that can be set as the cursor for web pages. Select one of the following custom mouse pointers:

- Little finger arrow cursor
- lipstick
- Rose flower
- Princess Pony
- and even more...

Navigate with the pink arrow today and the lipstick cursor tomorrow. Always be fashionable and beautiful, even in the office or in the classroom. Only you can know how beautiful and beautiful ordinary laptop work can be. Such a wonderful Rose mouse pointer for surfing the net.

Another useful feature is that you will never lose your cursor on a web page, because the brightly colored pointer will always be in front of you. Custom cursors for Chrome are a good answer to spice things up. The custom cursor changes in navigation mode and sleep mode. It has a nice hover state and also at the point of action.                    

Grundlegende Informationen zur Erweiterung

Name Cute Cursors - Big Collection Cursors Cute Cursors - Big Collection Cursors
ID nehnhinakpaglegadoiaaoeellbgfnee
Offizielle URL https://chrome.google.com/webstore/detail/cute-cursors-big-collecti/nehnhinakpaglegadoiaaoeellbgfnee
Beschreibung Replaces default cursor with something cute. Change cursor the usual mouse to an amazing cute cursor.
Dateigröße 153 KB
Installationsanzahl 11,969
Aktuelle Version 3.0.8
Letztes Update 2021-11-03
Veröffentlichungsdatum 2020-11-21
Bewertung 3.33/5 Insgesamt 61 Bewertungen
Entwickler https://cutecursors.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://cutecursors.com/privacy
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/128.png",
            "256": "assets\/icons\/256.png",
            "32": "assets\/icons\/32.png",
            "64": "assets\/icons\/64.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_default_title__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cutecursors.com\/*"
        ]
    },
    "icons": {
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png",
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjQosKTBUK3cnbnsxVFCqfFPTvXoezN1RePPGvUecHXPh2h0qiWRkLnAs2\/3Z8ZtnWn7UsJaJLYWxwOGZngzIq7VWu\/Px\/cWf6ZEnFVjSQhAGgiAnfj3b0dqtNDBe9zNUK\/36L9NOUEssdQO3oc2R6pQUb293wxD+E5OG3kInrLmpZyOA77xtJq42OHToLtPVNLpOD44Jvk2ZWjllc9W2rY4wsXOcvzijfa8HyBK0Z5bnMlpVBzdh+gfz8ha9dRdSCV+NUeHgWVRxTk6HjwPVqtQgLn7XXq5IE8+A\/R88vcySiAZBqHtcaOs1fSBnTxGsIExhDuNv80X5FN77o25+QIDAQAB",
    "manifest_version": 3,
    "name": "Cute Cursors - Big Collection Cursors",
    "permissions": [
        "storage",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.8",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}