Confetti Cannon!

Fires confetti all over your screen!

Qu'est-ce que Confetti Cannon! ?

Confetti Cannon! est une extension Chrome développée par Toby Smith, et sa fonction principale est "Fires confetti all over your screen!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Confetti Cannon!

Téléchargez les fichiers d'extension Confetti Cannon! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Confetti Cannon! Confetti Cannon!
ID dminbokeajnkkikeiepfhlgijfjjmdkf
URL Officiel https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf
Description Fires confetti all over your screen!
Taille du Fichier 14.38 KB
Nombre d'Installations 61,470
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-11-18
Date de Publication 2020-07-07
Évaluation 4.37/5 Total 19 Évaluations
Développeur Toby Smith
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tobysmith568/Confetti-Chrome-Extension
URL de la Page d'Aide https://github.com/tobysmith568/Confetti-Chrome-Extension/issues
Langues Prises en Charge 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"
    }
}