Change Cursor

Awesome and unusual cursors

Cos'è Change Cursor?

Change Cursor è un'estensione di Chrome sviluppata da demidovavaleria87, e la sua funzione principale è "Awesome and unusual cursors".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Change Cursor

Scarica i file di estensione Change 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

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

Informazioni di Base sull'Estensione

Nome Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
URL Ufficiale https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Descrizione Awesome and unusual cursors
Dimensione del File 36.16 KB
Conteggio Installazioni 3,483
Versione Corrente 1.5
Ultimo Aggiornamento 2023-06-08
Data di Pubblicazione 2021-11-14
Valutazione 1.00/5 Totale 4 Valutazioni
Sviluppatore demidovavaleria87
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}