Love Heart Cursor
Appears heart-shaped when moving the mouse.
Cos'è Love Heart Cursor?
Love Heart Cursor è un'estensione di Chrome sviluppata da namdaik, e la sua funzione principale è "Appears heart-shaped when moving the mouse.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Love Heart Cursor
Scarica i file di estensione Love Heart 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
The appearance of the heart when moving the mouse is very beautiful.
Informazioni di Base sull'Estensione
Nome | |
ID | ahgfjhfefonigkengebhdjikjokkgjlp |
URL Ufficiale | https://chrome.google.com/webstore/detail/love-heart-cursor/ahgfjhfefonigkengebhdjikjokkgjlp |
Descrizione | Appears heart-shaped when moving the mouse. |
Dimensione del File | 258 KB |
Conteggio Installazioni | 833 |
Versione Corrente | 0.0007 |
Ultimo Aggiornamento | 2021-09-23 |
Data di Pubblicazione | 2020-04-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | namdaik |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Love Heart Cursor", "version": "0.0007", "description": "Appears heart-shaped when moving the mouse.", "icons": { "19": "\/assets\/images\/tim\/logo-19x19.png", "128": "\/assets\/images\/tim\/logo-128x128.png", "16": "\/assets\/images\/tim\/logo-16x16.png", "38": "\/assets\/images\/tim\/logo-38x38.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/libs\/jquery.js", "assets\/js\/client.js" ], "run_at": "document_end" } ], "action": { "default_icon": "\/assets\/images\/tim\/logo-19x19.png", "default_popup": "pages\/options.html" }, "options_page": "pages\/options.html", "permissions": [ "storage", "activeTab" ] } |