GlitterEverywhere
Leaves a glitter trail behind your mouse
Cos'è GlitterEverywhere?
GlitterEverywhere è un'estensione di Chrome sviluppata da EgoisticalGoat, e la sua funzione principale è "Leaves a glitter trail behind your mouse".
Scarica il file CRX dell'estensione GlitterEverywhere
Scarica i file di estensione GlitterEverywhere 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
Leaves a trail of glitter behind your mouse on every movement. Useful if your browsing experience is getting too boring and you want to add a splash of color.
Informazioni di Base sull'Estensione
Nome | |
ID | iiaegbhgobfchilmdhkcijeejmcnicpp |
URL Ufficiale | https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp |
Descrizione | Leaves a glitter trail behind your mouse |
Dimensione del File | 38.51 KB |
Conteggio Installazioni | 306 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2017-01-31 |
Data di Pubblicazione | 2017-01-31 |
Valutazione | 3.80/5 Totale 5 Valutazioni |
Sviluppatore | EgoisticalGoat |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlitterEverywhere", "description": "Leaves a glitter trail behind your mouse", "manifest_version": 2, "version": "0.1.0", "content_scripts": [ { "js": [ "glitter_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "*:\/\/*\/*" ] } |