Confetti Cannon!

Fires confetti all over your screen!

Cos'è Confetti Cannon!?

Confetti Cannon! è un'estensione di Chrome sviluppata da Toby Smith, e la sua funzione principale è "Fires confetti all over your screen!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Confetti Cannon!

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

                        From the push of a button you can fire virtual confetti all over your screen!
Confetti fires from the lower left, centre, and right of your screen and then slowly drifts down.

You can find the code for this extension on Github at: https://github.com/tobysmith568/Confetti-Chrome-Extension

Privacy Policy:
https://github.com/tobysmith568/Confetti-Chrome-Extension/blob/master/PRIVACY.md                    

Informazioni di Base sull'Estensione

Nome Confetti Cannon! Confetti Cannon!
ID dminbokeajnkkikeiepfhlgijfjjmdkf
URL Ufficiale https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf
Descrizione Fires confetti all over your screen!
Dimensione del File 14.38 KB
Conteggio Installazioni 61,470
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-11-18
Data di Pubblicazione 2020-07-07
Valutazione 4.37/5 Totale 19 Valutazioni
Sviluppatore Toby Smith
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tobysmith568/Confetti-Chrome-Extension
URL della Pagina di Aiuto https://github.com/tobysmith568/Confetti-Chrome-Extension/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Cannon!",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Fires confetti all over your screen!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Fire!"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "media\/icon.png"
    }
}