Change My Cursor

Change your cursor to any picture you like!

Was ist Change My Cursor?

Change My Cursor ist eine Chrome-Erweiterung, die von https://yoonicode.com entwickelt wurde, und ihr Hauptmerkmal ist "Change your cursor to any picture you like!".

Erweiterungsscreenshots

screenshot

Change My Cursor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Change My Cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Change your mouse cursor to ANYTHING you want!

This chrome extension is open source (to the extent of the LICENSE that you can view in the below repository); you can view the GitHub repository at https://github.com/yummypasta/changemycursor                    

Grundlegende Informationen zur Erweiterung

Name Change My Cursor Change My Cursor
ID lppmahciboilaokklohhhdlaadkobgpc
Offizielle URL https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc
Beschreibung Change your cursor to any picture you like!
Dateigröße 17.19 KB
Installationsanzahl 47,117
Aktuelle Version 2.0.0
Letztes Update 2022-05-15
Veröffentlichungsdatum 2019-06-07
Bewertung 1.90/5 Insgesamt 105 Bewertungen
Entwickler https://yoonicode.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change My Cursor",
    "description": "Change your cursor to any picture you like!",
    "version": "2.0.0",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Change My Cursor!",
        "default_icon": "img\/cursor.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}