Cursor Extension

Get a new cursor for your browser!

Cos'è Cursor Extension?

Cursor Extension è un'estensione di Chrome sviluppata da saheenfr2002, e la sua funzione principale è "Get a new cursor for your browser!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cursor Extension

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

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

Informazioni di Base sull'Estensione

Nome Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
URL Ufficiale https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
Descrizione Get a new cursor for your browser!
Dimensione del File 12.35 MB
Conteggio Installazioni 46
Versione Corrente 0.1.1
Ultimo Aggiornamento 2022-11-20
Data di Pubblicazione 2022-11-19
Sviluppatore saheenfr2002
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}