Confetti Party

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

Cos'è Confetti Party?

Confetti Party è un'estensione di Chrome sviluppata da Christos Keramitsis, e la sua funzione principale è "Confetti all over the screen at the touch of a button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Confetti Party

Scarica i file di estensione Confetti Party 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

                        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                    

Informazioni di Base sull'Estensione

Nome Confetti Party Confetti Party
ID bghldpghadhfaihknpmccpnbjkmgbkbh
URL Ufficiale https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh
Descrizione Confetti all over the screen at the touch of a button.
Dimensione del File 26.91 KB
Conteggio Installazioni 391
Versione Corrente 1.1
Ultimo Aggiornamento 2022-07-19
Data di Pubblicazione 2022-07-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Christos Keramitsis
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}