Confetti Cannon!

Fires confetti all over your screen!

Wat is Confetti Cannon!?

Confetti Cannon! is een Chrome-extensie ontwikkeld door Toby Smith, en de belangrijkste functie is "Fires confetti all over your screen!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Confetti Cannon!

Download Confetti Cannon!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Confetti Cannon! Confetti Cannon!
ID dminbokeajnkkikeiepfhlgijfjjmdkf
Officiële URL https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf
Beschrijving Fires confetti all over your screen!
Bestandsgrootte 14.38 KB
Aantal Installaties 61,470
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-11-18
Publicatiedatum 2020-07-07
Beoordeling 4.37/5 Totaal 19 Beoordelingen
Ontwikkelaar Toby Smith
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/tobysmith568/Confetti-Chrome-Extension
Help Pagina-URL https://github.com/tobysmith568/Confetti-Chrome-Extension/issues
Ondersteunde Talen 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"
    }
}