Confetti Party

Confetti all over the screen at the touch of a button.

¿Qué es Confetti Party?

Confetti Party es una extensión de Chrome desarrollada por Christos Keramitsis, y su función principal es "Confetti all over the screen at the touch of a button.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Confetti Party

Descarga archivos de extensión Confetti Party en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Confetti Party Confetti Party
ID bghldpghadhfaihknpmccpnbjkmgbkbh
URL Oficial https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh
Descripción Confetti all over the screen at the touch of a button.
Tamaño del Archivo 26.91 KB
Cantidad de Instalaciones 391
Versión Actual 1.1
Última Actualización 2022-07-19
Fecha de Publicación 2022-07-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Christos Keramitsis
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}