Confetti Rain
Confetti rain in your screen! Confetti for one click.
O que é Confetti Rain?
Confetti Rain é uma extensão do Chrome desenvolvida por extensionproduct, e sua principal característica é "Confetti rain in your screen! Confetti for one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Confetti Rain
Baixe arquivos de extensão Confetti Rain 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
Confetti rain in your screen. Confetti for one click. Just push the button of extension and virtual confetti rain all over screen. Confetti app works on any websites. Simple and so fun :) This code was built on ISC License, by Toby Smith: https://github.com/tobysmith568/Confetti-Chrome-Extension
Informações Básicas da Extensão
Nome | Confetti Rain |
ID | neclkbpjbcacmcpdbmifeohbfjdfakka |
URL Oficial | https://chromewebstore.google.com/detail/confetti-rain/neclkbpjbcacmcpdbmifeohbfjdfakka |
Descrição | Confetti rain in your screen! Confetti for one click. |
Tamanho do Arquivo | 14.98 KB |
Contagem de Instalações | 460 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-06-29 |
Data de Publicação | 2021-06-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | extensionproduct |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Confetti Rain", "version": "1.0.0", "manifest_version": 2, "description": "Confetti rain in your screen! Confetti for one click.", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Confetti Rain" }, "permissions": [ "activeTab" ], "icons": { "128": "icon.png" } } |