Cursor Extension

Get a new cursor for your browser!

What is Cursor Extension?

Cursor Extension is a Chrome extension developed by saheenfr2002, and its main feature is "Get a new cursor for your browser!".

Extension Screenshots

screenshot

Download Cursor Extension Extension CRX File

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

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

Extension Basic Information

Name Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
Official URL https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
Description Get a new cursor for your browser!
File Size 12.35 MB
Installation Count 46
Current Version 0.1.1
Last Updated 2022-11-20
Publish Date 2022-11-19
Developer saheenfr2002
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}