Foot Cursor

Your cursor is now a foot

Cos'è Foot Cursor?

Foot Cursor è un'estensione di Chrome sviluppata da http://pablorochat.com, e la sua funzione principale è "Your cursor is now a foot".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Foot Cursor

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

                        Your cursor is now a foot                    

Informazioni di Base sull'Estensione

Nome Foot Cursor Foot Cursor
ID epcgmgkeenlbhaihbagjplaahcioehke
URL Ufficiale https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke
Descrizione Your cursor is now a foot
Dimensione del File 20.1 KB
Conteggio Installazioni 648
Versione Corrente 3.0
Ultimo Aggiornamento 2019-12-05
Data di Pubblicazione 2019-12-05
Valutazione 4.64/5 Totale 14 Valutazioni
Sviluppatore http://pablorochat.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Foot Cursor",
    "description": "Your cursor is now a foot",
    "version": "3.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "toeclick.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "click.png",
        "click.2x.png",
        "hover.png",
        "hover.2x.png"
    ]
}