Change Cursor

Awesome and unusual cursors

Was ist Change Cursor?

Change Cursor ist eine Chrome-Erweiterung, die von demidovavaleria87 entwickelt wurde, und ihr Hauptmerkmal ist "Awesome and unusual cursors".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Change Cursor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Change 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

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

Grundlegende Informationen zur Erweiterung

Name Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
Offizielle URL https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Beschreibung Awesome and unusual cursors
Dateigröße 36.16 KB
Installationsanzahl 3,483
Aktuelle Version 1.5
Letztes Update 2023-06-08
Veröffentlichungsdatum 2021-11-14
Bewertung 1.00/5 Insgesamt 4 Bewertungen
Entwickler demidovavaleria87
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}