Flying Cursors

Adds a bunch of cursors

Hvad er Flying Cursors?

Flying Cursors er en Chrome-udvidelse udviklet af bananafish, og dens hovedfunktion er "Adds a bunch of cursors".

Udvidelsesskærmbilleder

screenshot

Download Flying Cursors-udvidelses-CRX-fil

Download Flying Cursors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
Officiel URL https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Beskrivelse Adds a bunch of cursors
Filstørrelse 49.86 KB
Antal Installationer 549
Nuværende Version 1.0
Senest Opdateret 2017-03-28
Udgivelsesdato 2017-03-27
Bedømmelse 3.76/5 Samlet 17 Bedømmelser
Udvikler bananafish
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}