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'est-ce que Cute Cursors - Custom Cursor for Chrome™ ?

Cute Cursors - Custom Cursor for Chrome™ est une extension Chrome développée par https://cute-cursors.com, et sa fonction principale est "Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cute Cursors - Custom Cursor for Chrome™

Téléchargez les fichiers d'extension Cute Cursors - Custom Cursor for Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Cute Cursors - Custom Cursor for Chrome™ Cute Cursors - Custom Cursor for Chrome™
ID anflghppebdhjipndogapfagemgnlblh
URL Officiel https://chromewebstore.google.com/detail/cute-cursors-custom-curso/anflghppebdhjipndogapfagemgnlblh
Description Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.
Taille du Fichier 4.93 MB
Nombre d'Installations 1,083,383
Version Actuelle 4.1.0
Dernière Mise à Jour 2023-06-14
Date de Publication 2019-03-09
Évaluation 4.59/5 Total 14943 Évaluations
Développeur https://cute-cursors.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cute-cursors.com
URL de la Page de Politique de Confidentialité https://cute-cursors.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}