GlitterEverywhere
Leaves a glitter trail behind your mouse
O que é GlitterEverywhere?
GlitterEverywhere é uma extensão do Chrome desenvolvida por EgoisticalGoat, e sua principal característica é "Leaves a glitter trail behind your mouse".
Baixar o arquivo CRX da Extensão GlitterEverywhere
Baixe arquivos de extensão GlitterEverywhere no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | iiaegbhgobfchilmdhkcijeejmcnicpp |
URL Oficial | https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp |
Descrição | Leaves a glitter trail behind your mouse |
Tamanho do Arquivo | 38.51 KB |
Contagem de Instalações | 306 |
Versão Atual | 0.1.0 |
Última Atualização | 2017-01-31 |
Data de Publicação | 2017-01-31 |
Classificação | 3.80/5 Total de 5 Avaliações |
Desenvolvedor | EgoisticalGoat |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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", "*:\/\/*\/*" ] } |