Flying Cursors

Adds a bunch of cursors

What is Flying Cursors?

Flying Cursors is a Chrome extension developed by bananafish, and its main feature is "Adds a bunch of cursors".

Extension Screenshots

screenshot

Download Flying Cursors Extension CRX File

Download Flying Cursors extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
Official URL https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Description Adds a bunch of cursors
File Size 49.86 KB
Installation Count 549
Current Version 1.0
Last Updated 2017-03-28
Publish Date 2017-03-27
Rating 3.76/5 Total 17 Ratings
Developer bananafish
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}