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.

什麼是Cute Cursors - Custom Cursor for Chrome™?

Cute Cursors - Custom Cursor for Chrome™是由https://cute-cursors.com開發的Chrome擴展程式,該擴展的主要功能是“Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Cute Cursors - Custom Cursor for Chrome™擴展crx文件

下載Cute Cursors - Custom Cursor for Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Cute Cursors - Custom Cursor for Chrome™ Cute Cursors - Custom Cursor for Chrome™
ID anflghppebdhjipndogapfagemgnlblh
官方網址 https://chromewebstore.google.com/detail/cute-cursors-custom-curso/anflghppebdhjipndogapfagemgnlblh
簡介 Funny custom cursors for Chrome™. Replace the default mouse cursor with a custom one from collections of cool and cute cursors.
檔案大小 4.93 MB
安裝次數 1,083,383
目前版本 4.1.0
更新時間 2023-06-14
上架時間 2019-03-09
評分 4.59/5 共 14943 次評分
開發者 https://cute-cursors.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cute-cursors.com
隱私政策頁面URL https://cute-cursors.com/privacy-policy
支援的語言 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": [
                ""
            ]
        }
    ]
}