Flying Cursors

Adds a bunch of cursors

Wat is Flying Cursors?

Flying Cursors is een Chrome-extensie ontwikkeld door bananafish, en de belangrijkste functie is "Adds a bunch of cursors".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flying Cursors

Download Flying Cursors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
Officiële URL https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Beschrijving Adds a bunch of cursors
Bestandsgrootte 49.86 KB
Aantal Installaties 549
Huidige Versie 1.0
Laatst Bijgewerkt 2017-03-28
Publicatiedatum 2017-03-27
Beoordeling 3.76/5 Totaal 17 Beoordelingen
Ontwikkelaar bananafish
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}