Flying Cursors

Adds a bunch of cursors

Cos'è Flying Cursors?

Flying Cursors è un'estensione di Chrome sviluppata da bananafish, e la sua funzione principale è "Adds a bunch of cursors".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flying Cursors

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

                        Want to stop yourself from browsing the net? Want to annoy your friends? Install Flying Cursors to cause cursors to fly around your screen. Warning: If you don't close your tab quickly enough your browser will eventually crash. 
You're all welcome.                    

Informazioni di Base sull'Estensione

Nome Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
URL Ufficiale https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Descrizione Adds a bunch of cursors
Dimensione del File 49.86 KB
Conteggio Installazioni 549
Versione Corrente 1.0
Ultimo Aggiornamento 2017-03-28
Data di Pubblicazione 2017-03-27
Valutazione 3.76/5 Totale 17 Valutazioni
Sviluppatore bananafish
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flying Cursors",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds a bunch of cursors",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "velocity.min.js",
                "content.js"
            ]
        }
    ]
}