Custom Mouse Cursor

Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse

What is Custom Mouse Cursor?

Custom Mouse Cursor is a Chrome extension developed by https://cutecursors.com, and its main feature is "Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Custom Mouse Cursor Extension CRX File

Download Custom Mouse Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Custom Mouse Cursor is an exciting browser extension that allows you to transform the standard and dull mouse cursor into a unique and creative pointer that matches your style and taste.

This extension grants access to an extensive collection of cursors to suit any preference and mood. You can choose from various cursor variations, ranging from elegant and stylish to humorous and colorful. Now, your cursor can reflect your unique individuality and style on every webpage you visit.

Furthermore, "Custom Mouse Cursor" offers an extensive collection of cursors designed specifically for gaming. You can select from the following gaming cursor collections:

- "Heroic Collection": Cursors with fantastic and heroic motifs for adventurous games.
- "Footballer Collection": Cursors in the shape of footballs and football-related symbols for football enthusiasts.
- "Space Collection": Space-themed cursors for space games and sci-fi adventures.
- "Fantasy Collection": Magical and fantasy-themed cursors for games set in the world of magic and enchantment.
- "Explosive Collection": Aggressive and incredibly dynamic cursors for shooters and action games.

Say goodbye to the standard cursor and let "Custom Mouse Cursor" add more color and creativity to your web experience. Switch between cursors, choose the one that best expresses your mood, and enjoy the diversity with every mouse click.                    

Extension Basic Information

Name Custom Mouse Cursor Custom Mouse Cursor
ID kinfihfgknmecicjmadebldjeknakbpj
Official URL https://chromewebstore.google.com/detail/custom-mouse-cursor/kinfihfgknmecicjmadebldjeknakbpj
Description Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse
File Size 305 KB
Installation Count 30,000
Current Version 3.0.4
Last Updated 2024-02-13
Publish Date 2023-09-27
Rating 3.89/5 Total 28 Ratings
Developer https://cutecursors.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cutecursors.com/privacy
Supported Languages 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
{
    "action": {
        "default_icon": "\/assets\/icon128.png",
        "default_popup": "index.html",
        "icons": {
            "128": "\/assets\/icon128.png",
            "32": "\/assets\/icon32.png",
            "64": "\/assets\/icon64.png"
        },
        "name": "__MSG_app_name__"
    },
    "author": "WhiteDev",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cutecursors.com\/*",
            "*:\/\/*.cute-cursor.com\/*"
        ]
    },
    "icons": {
        "128": "assets\/icon128.png",
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJT4vgNnuDrRwjdbjyqfD8Ge+hQ8VzotahioEQYqdL2XuFlILkU5JA+vHGGNcaVwfDJpkduEHwhDZ\/hiPTMiHCaB9W6OEX7CwK2pZ5vAANacssqKY84RUO9S6NFvovW6UyQPDJLVeS4jTFJ5ysmwVP+c1yAqs034h30cfOB9e\/t8psksRxhL4JN9BCn45oanGUWS7us9lEIEZJn6h5ZhoW\/GygmiJ6v\/fwA5Ct8N4yUZPOZyGC0hp8SROAc6uDs1pM4goxMj4ixnqwNbXC21UKg91YcT5ld\/CXrMZfPk7fuSQH4SQX2h\/tWD407GQws2IGK+ajI3NgdkkgM3SZ1BQwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "\/index.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "short_name": "__MSG_app_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*"
            ]
        }
    ]
}