Kite Cursor

A kite that follows your cursor!

Cos'è Kite Cursor?

Kite Cursor è un'estensione di Chrome sviluppata da venashial, e la sua funzione principale è "A kite that follows your cursor!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kite Cursor

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

                        Reminiscent of an older internet, this extension brings kites to follow your mouse cursor around, adding a little fun to your internet use. The kite is yellow, red, blue, and green, and has a few little bows attached to the string. On every website, the kite will follow your mouse. The kite follows gravity, but if you move quick enough, you can do a few fun flips!

To disable the kite, click on its icon in the toolbar.                    

Informazioni di Base sull'Estensione

Nome Kite Cursor Kite Cursor
ID elcniipaedflgjligleppinfkhocdcdh
URL Ufficiale https://chromewebstore.google.com/detail/kite-cursor/elcniipaedflgjligleppinfkhocdcdh
Descrizione A kite that follows your cursor!
Dimensione del File 16.03 KB
Conteggio Installazioni 64
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-11-15
Data di Pubblicazione 2022-03-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore venashial
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/venashial/kite-cursor
URL della Pagina di Aiuto https://github.com/venashial/kite-cursor/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kite Cursor",
    "description": "A kite that follows your cursor!",
    "version": "0.0.2",
    "homepage_url": "https:\/\/github.com\/venashial\/kite-cursor#readme",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "loader.js"
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_title": "Kite Cursor"
    }
}