Kite Cursor

A kite that follows your cursor!

What is Kite Cursor?

Kite Cursor is a Chrome extension developed by venashial, and its main feature is "A kite that follows your cursor!".

Extension Screenshots

screenshot

Download Kite Cursor Extension CRX File

Download Kite Cursor 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

                        Reminiscent of an older internet, this extension brings kites to follow your mouse cursor around, adding a little fun to your internet use. The kite is yellow, red, blue, and green, and has a few little bows attached to the string. On every website, the kite will follow your mouse. The kite follows gravity, but if you move quick enough, you can do a few fun flips!

To disable the kite, click on its icon in the toolbar.                    

Extension Basic Information

Name Kite Cursor Kite Cursor
ID elcniipaedflgjligleppinfkhocdcdh
Official URL https://chromewebstore.google.com/detail/kite-cursor/elcniipaedflgjligleppinfkhocdcdh
Description A kite that follows your cursor!
File Size 16.03 KB
Installation Count 64
Current Version 0.0.2
Last Updated 2023-11-15
Publish Date 2022-03-28
Rating 5.00/5 Total 1 Ratings
Developer venashial
Email [email protected]
Payment Type free
Extension Website https://github.com/venashial/kite-cursor
Help Page URL https://github.com/venashial/kite-cursor/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kite Cursor",
    "description": "A kite that follows your cursor!",
    "version": "0.0.2",
    "homepage_url": "https:\/\/github.com\/venashial\/kite-cursor#readme",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "loader.js"
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_title": "Kite Cursor"
    }
}