Confetti Party
Confetti all over the screen at the touch of a button.
O que é Confetti Party?
Confetti Party é uma extensão do Chrome desenvolvida por Christos Keramitsis, e sua principal característica é "Confetti all over the screen at the touch of a button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Confetti Party
Baixe arquivos de extensão Confetti Party 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
Fires confetti all over your screen. Modes: - Confetti on every mouse click - Party Popper - Fireworks - School Pride Sourcecode: https://github.com/keramitsis/confetti-party-webextension CHANGELOG [Version 1.1] - Improved error popup styling - Fixed "About"-Links not opening in new tab [Version 1.0] - 🥳Release
Informações Básicas da Extensão
Nome | Confetti Party |
ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
URL Oficial | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
Descrição | Confetti all over the screen at the touch of a button. |
Tamanho do Arquivo | 26.91 KB |
Contagem de Instalações | 391 |
Versão Atual | 1.1 |
Última Atualização | 2022-07-19 |
Data de Publicação | 2022-07-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Christos Keramitsis |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Confetti Party", "description": "Confetti all over the screen at the touch of a button.", "version": "1.1", "homepage_url": "https:\/\/github.com\/keramitsis\/confetti-party-webextension", "icons": { "16": "icons\/party-face-16.png", "48": "icons\/party-face-48.png", "128": "icons\/party-face-128.png" }, "permissions": [ "scripting", "activeTab" ], "action": { "default_icon": "icons\/party-face-32.png", "default_title": "Confetti", "default_popup": "popup\/confetti_popup.html" } } |