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.

Co to jest Cute Cursors - Custom Cursor for Chrome™?

Cute Cursors - Custom Cursor for Chrome™ to rozszerzenie Chrome opracowane przez https://cute-cursors.com, a jego główną funkcją jest „Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cute Cursors - Custom Cursor for Chrome™

Pobierz pliki rozszerzeń Cute Cursors - Custom Cursor for Chrome™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Cute Cursors - Custom Cursor for Chrome™ Cute Cursors - Custom Cursor for Chrome™
ID anflghppebdhjipndogapfagemgnlblh
Oficjalny URL https://chromewebstore.google.com/detail/cute-cursors-custom-curso/anflghppebdhjipndogapfagemgnlblh
Opis Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.
Rozmiar pliku 4.93 MB
Liczba instalacji 1,083,383
Aktualna Wersja 4.1.0
Ostatnia Aktualizacja 2023-06-14
Data Publikacji 2019-03-09
Ocena 4.59/5 Łącznie 14943 Oceny
Deweloper https://cute-cursors.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cute-cursors.com
Adres URL Strony Polityki Prywatności https://cute-cursors.com/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}