Hide My Cursor

This extension hides the cursor on any page.

Cos'è Hide My Cursor?

Hide My Cursor è un'estensione di Chrome sviluppata da alex.biczak, e la sua funzione principale è "This extension hides the cursor on any page.".

Scarica il file CRX dell'estensione Hide My Cursor

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

                        Show and Hide your cursor with the click of a button!                    

Informazioni di Base sull'Estensione

Nome Hide My Cursor Hide My Cursor
ID kmmnidodokgfbfijhedppchkenfdbedj
URL Ufficiale https://chrome.google.com/webstore/detail/hide-my-cursor/kmmnidodokgfbfijhedppchkenfdbedj
Descrizione This extension hides the cursor on any page.
Dimensione del File 5.89 KB
Conteggio Installazioni 86
Versione Corrente 0.0.5
Ultimo Aggiornamento 2017-10-15
Data di Pubblicazione 2017-10-15
Valutazione 1.00/5 Totale 3 Valutazioni
Sviluppatore alex.biczak
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide My Cursor",
    "description": "This extension hides the cursor on any page.",
    "version": "0.0.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}