Custom Mouse Cursor

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

Cos'è Custom Mouse Cursor?

Custom Mouse Cursor è un'estensione di Chrome sviluppata da https://cutecursors.com, e la sua funzione principale è "Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Custom Mouse Cursor

Scarica i file di estensione Custom Mouse Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Custom Mouse Cursor Custom Mouse Cursor
ID kinfihfgknmecicjmadebldjeknakbpj
URL Ufficiale https://chromewebstore.google.com/detail/custom-mouse-cursor/kinfihfgknmecicjmadebldjeknakbpj
Descrizione Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse
Dimensione del File 305 KB
Conteggio Installazioni 30,000
Versione Corrente 3.0.4
Ultimo Aggiornamento 2024-02-13
Data di Pubblicazione 2023-09-27
Valutazione 3.89/5 Totale 28 Valutazioni
Sviluppatore https://cutecursors.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://cutecursors.com/privacy
Lingue Supportate 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\/*.*"
            ]
        }
    ]
}