Change Cursor

Awesome and unusual cursors

Wat is Change Cursor?

Change Cursor is een Chrome-extensie ontwikkeld door demidovavaleria87, en de belangrijkste functie is "Awesome and unusual cursors".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Change Cursor

Download Change Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
Officiële URL https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Beschrijving Awesome and unusual cursors
Bestandsgrootte 36.16 KB
Aantal Installaties 3,483
Huidige Versie 1.5
Laatst Bijgewerkt 2023-06-08
Publicatiedatum 2021-11-14
Beoordeling 1.00/5 Totaal 4 Beoordelingen
Ontwikkelaar demidovavaleria87
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}