Change My Cursor
Change your cursor to any picture you like!
Wat is Change My Cursor?
Change My Cursor is een Chrome-extensie ontwikkeld door https://yoonicode.com, en de belangrijkste functie is "Change your cursor to any picture you like!".
Extensie Screenshots
Download het CRX-bestand van de extensie Change My Cursor
Download Change My 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
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
Basisinformatie over de Extensie
Naam | Change My Cursor |
ID | lppmahciboilaokklohhhdlaadkobgpc |
Officiële URL | https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc |
Beschrijving | Change your cursor to any picture you like! |
Bestandsgrootte | 17.19 KB |
Aantal Installaties | 47,117 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2022-05-15 |
Publicatiedatum | 2019-06-07 |
Beoordeling | 1.90/5 Totaal 105 Beoordelingen |
Ontwikkelaar | https://yoonicode.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |