Custom Cursor for Chrome™ - CUTE➤

Over 1873 Styles and Custom Cursors for Chrome Browser via free extension Cute Cursors. Enjoy Now!

Co je Custom Cursor for Chrome™ - CUTE➤?

Custom Cursor for Chrome™ - CUTE➤ je rozšíření Chrome vyvinuté Cute Cursors, a jeho hlavní funkcí je „Over 1873 Styles and Custom Cursors for Chrome Browser via free extension Cute Cursors. Enjoy Now!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Custom Cursor for Chrome™ - CUTE➤

Stáhněte si soubory rozšíření Custom Cursor for Chrome™ - CUTE➤ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        CUTE Custom Cursors extension will make your browsing experience colorful and enjoyable.

Change the default cursor to anything stylish and cool by choosing the cursor you like from a huge collection of Custom Cursors for Chrome in our extension.

Install the extension from the official Chrome Web Store and start using it. 

After installation, follow the instructions on how to customize different styles, collections, and mouse cursor size.

In a few clicks you have anime, funny, nice, girly and any other cursor style.

Unique and Vibrant Mouse Cursors

The extension is designed specifically for fans of unique cursors and will appeal to users who prefer individuality. We can offer more, than 2000 different cursor options, so the chances of finding the perfect custom mouse cursor for you are higher than ever.

Installing the extension is extremely simple. You should visit the Chrome Web Store. On the extension page you can read the reviews of users who have installed our extension and used custom cursors. The next step is to install the extension. This process takes less than a minute.

The size of the extension is as small as 126 kilobytes - none of the analogues stay even close. Also, the extension is available in 52 languages, so the user can install it and work with the extension with no language barrier.

Our cursor collections are updated on daily basis, and you can choose the mouse cursor according to your current preferrations. For example, the library has many different collections dedicated to Halloween or Christmas. Your mouse cursor can transform into a Grinch, a Stitch in a Christmas hat, an adorable elf, Santa's helper, and more. Every day can be unique because the application offers many options.

The extension offers additional cursor customization. The user can change the cursor size. You need to click the "Resize" button in the extension and set the desired size. Also you can reset the settings if you don't like the result. This can be done in one click — the extension has a large button enabling presets, which turns on a unique cursor or returns to standard parameters.

To get more cursors you should click the big green "Get more cursors" button in the extension's user menu. You will be redirected to a page with a library of various collections. Click the "View the collection" button to view all the cursors available here. You can try the cursor you like or install it immediately and get the desired result. The cursor you like will immediately appear in your collection, and you can turn it on to work or play with it.

Thanks to the extension, you get a lot of pleasant emotions because it provides a huge library of high-quality and well-drawn mouse cursors, where you are sure to find the best option and be able to resize it specifically for your requirements. Install the extension now in Google Chrome and enjoy all the benefits of high-quality and unique mouse cursors.                    

Základní Informace o Rozšíření

Název Custom Cursor for Chrome™ - CUTE➤ Custom Cursor for Chrome™ - CUTE➤
ID kdnmnhneccackiehedjmnpgfpjicicgo
Oficiální URL https://chromewebstore.google.com/detail/custom-cursor-for-chrome/kdnmnhneccackiehedjmnpgfpjicicgo
Popis Over 1873 Styles and Custom Cursors for Chrome Browser via free extension Cute Cursors. Enjoy Now!
Velikost souboru 131 KB
Počet instalací 166,928
Aktuální Verze 1.2.3
Poslední Aktualizace 2023-09-19
Datum Vydání 2022-06-05
Hodnocení 4.68/5 Celkem 37 Hodnocení
Vývojář Cute Cursors
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/1qgWwqUOAUwl_r1PqG5wt3Z65q5CyvMmFK9_pODbj6YY/edit?usp=sharing
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,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__",
    "default_locale": "en",
    "version": "1.2.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/asset\/icon_16.png",
        "24": ".\/asset\/icon_24.png",
        "32": ".\/asset\/icon_32.png",
        "48": ".\/asset\/icon_48.png",
        "128": ".\/asset\/icon_128.png"
    },
    "action": {
        "default_icon": ".\/asset\/icon_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/PopUp.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "enabled": true,
                "path": "r-1.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/initCursor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}