Confetti Rain

Confetti rain in your screen! Confetti for one click.

Cos'è Confetti Rain?

Confetti Rain è un'estensione di Chrome sviluppata da extensionproduct, e la sua funzione principale è "Confetti rain in your screen! Confetti for one click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Confetti Rain

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

                        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                    

Informazioni di Base sull'Estensione

Nome Confetti Rain Confetti Rain
ID neclkbpjbcacmcpdbmifeohbfjdfakka
URL Ufficiale https://chromewebstore.google.com/detail/confetti-rain/neclkbpjbcacmcpdbmifeohbfjdfakka
Descrizione Confetti rain in your screen! Confetti for one click.
Dimensione del File 14.98 KB
Conteggio Installazioni 460
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-06-29
Data di Pubblicazione 2021-06-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore extensionproduct
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}