Cursor Pet
A cute little pet that follows your cursor.
Cos'è Cursor Pet?
Cursor Pet è un'estensione di Chrome sviluppata da April Huang, e la sua funzione principale è "A cute little pet that follows your cursor.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cursor Pet
Scarica i file di estensione Cursor Pet 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
FEATURES - A floating Paimon companion that follows your cursor. - Never lose track of your cursor. - The image is non-intrusive and doesn't block mouse clicks. - The image temporarily disappears when the cursor idles. v1.1.0 NEW FEATURES - Change icon to any image of your choice. - Change size of the image, flip the image, and adjust distance from the cursor. This extension should work on most web pages (the image will not appear on new tabs, the Chrome Web Store pages, and some other sites).
Informazioni di Base sull'Estensione
Nome | Cursor Pet |
ID | iiabgfkclnahbclmddagjnkjhloepclb |
URL Ufficiale | https://chromewebstore.google.com/detail/cursor-pet/iiabgfkclnahbclmddagjnkjhloepclb |
Descrizione | A cute little pet that follows your cursor. |
Dimensione del File | 134 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-12-13 |
Data di Pubblicazione | 2023-06-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | April Huang |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cursor Pet", "version": "1.1.0", "description": "A cute little pet that follows your cursor.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |