Change My Cursor
Change your cursor to any picture you like!
Cos'è Change My Cursor?
Change My Cursor è un'estensione di Chrome sviluppata da https://yoonicode.com, e la sua funzione principale è "Change your cursor to any picture you like!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Change My Cursor
Scarica i file di estensione Change My Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Change My Cursor |
ID | lppmahciboilaokklohhhdlaadkobgpc |
URL Ufficiale | https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc |
Descrizione | Change your cursor to any picture you like! |
Dimensione del File | 17.19 KB |
Conteggio Installazioni | 47,117 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2022-05-15 |
Data di Pubblicazione | 2019-06-07 |
Valutazione | 1.90/5 Totale 105 Valutazioni |
Sviluppatore | https://yoonicode.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |