Flying Cursors

Adds a bunch of cursors

Vad är Flying Cursors?

Flying Cursors är en Chrome-tillägg utvecklad av bananafish, och dess huvudfunktion är "Adds a bunch of cursors".

Tilläggsskärmbilder

screenshot

Ladda ner Flying Cursors-förlängningens CRX-fil

Ladda ner Flying Cursors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
Officiell webbadress https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Beskrivning Adds a bunch of cursors
Filstorlek 49.86 KB
Antal Installationer 549
Aktuell Version 1.0
Senast Uppdaterad 2017-03-28
Publiceringsdatum 2017-03-27
Betyg 3.76/5 Totalt 17 Betyg
Utvecklare bananafish
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}