Cute Cursors - Custom Cursor for Chrome™

Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.

¿Qué es Cute Cursors - Custom Cursor for Chrome™?

Cute Cursors - Custom Cursor for Chrome™ es una extensión de Chrome desarrollada por https://cute-cursors.com, y su función principal es "Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cute Cursors - Custom Cursor for Chrome™

Descarga archivos de extensión Cute Cursors - Custom Cursor for Chrome™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The custom cursor Chrome extension is an application that enables users to personalize their web browsing experience by changing the default mouse pointer to a custom mouse cursor. This extension is designed to be used in conjunction with the Google Chrome web browser, and it can be installed with just a few clicks.

The custom cursor Chrome extension offers a wide variety of options for users to choose from, including different styles, colors, and sizes of cursors. Users can select a pre-designed cursor from the extension's library or create their own custom cursor using the extension's built-in editor.

Once installed, the custom cursor Chrome extension works seamlessly with any website that the user visits. The new cursor will replace the default mouse pointer on every page, allowing the user to enjoy a more personalized and visually appealing browsing experience.

One of the main benefits of using a custom cursor Chrome extension is that it can help to reduce eye strain and make it easier for users to navigate web pages. By selecting a cursor that stands out from the page's background, users can quickly locate their mouse pointer and avoid getting lost in a sea of text and images.

Another advantage of using a custom cursor Chrome extension is that it can add a fun and creative element to web browsing. With the ability to customize the cursor's appearance, users can express their personality and style in a new way. This can be especially appealing for younger users who enjoy customizing their devices and applications.

Overall, a custom cursor Chrome extension is a simple yet effective way to enhance the web browsing experience. By offering a wide range of customization options and improving visibility, this extension can help users navigate the web more easily and enjoyably.

Customize your experience of using the Chrome browser with cool free mouse cursors. All custom cursors are in vector format, which guarantees you perfect display quality on any screen and in any cursor size. In the extension popup, you can easily change the size of the cursor, add it to your favorites or completely remove it from the list, it's very simple and convenient.

We offer:

- Comics cursors
- Anime cursors
- Kawaii cursors
- Video games cursors 
- and much more coming!

Navigate with a pink arrow today and with lipstick tomorrow. Be always fashion creative, even if you are in the office or in the classroom. Only you may know how pretty and nice can be usual working on the laptop. Such a wonderful rose mouse pointer for surfing the web. No matter how old you are, in school or the office, life should be filled with joy and fun. And bright custom cursor themes are just a few that we can give you.

One more useful feature is that you'll never lose the mouse cursor on the web page because the brightly designed pointer will always be in front of you. The mouse pointer is changed during the navigating and sleeping modes. It has a cute hover state as well as in-the-point doing.

Note.
Please note that according to Google's rules, extensions cannot work on Chrome Web Store pages and internal pages of the Chrome browser, such as the home page, settings, downloads, etc. Also, the extension cannot customize the cursor on the browser navigation bar, such as tabs buttons, URL bar, toolbar, etc.

Use our custom cursor extension - to make yourself even happier!                    

Información Básica de la Extensión

Nombre Cute Cursors - Custom Cursor for Chrome™ Cute Cursors - Custom Cursor for Chrome™
ID anflghppebdhjipndogapfagemgnlblh
URL Oficial https://chromewebstore.google.com/detail/cute-cursors-custom-curso/anflghppebdhjipndogapfagemgnlblh
Descripción Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.
Tamaño del Archivo 4.93 MB
Cantidad de Instalaciones 1,083,383
Versión Actual 4.1.0
Última Actualización 2023-06-14
Fecha de Publicación 2019-03-09
Calificación 4.59/5 Total de 14943 Calificaciones
Desarrollador https://cute-cursors.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cute-cursors.com
URL de la Página de Política de Privacidad https://cute-cursors.com/privacy-policy
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,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,sr,bg,ru,uk,iw,fa,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",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "version": "4.1.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "assets\/static\/logo_16.png",
        "48": "assets\/static\/logo_48.png",
        "128": "assets\/static\/logo_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "management"
    ],
    "options_page": ".\/options.html",
    "action": {
        "default_icon": "assets\/static\/logo_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "app-site-controller.js"
            ],
            "matches": [
                "http:\/\/localhost:4200\/*",
                "*:\/\/cute-cursors.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "cursor-injector.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}