Confetti Cannon!

Fires confetti all over your screen!

Was ist Confetti Cannon!?

Confetti Cannon! ist eine Chrome-Erweiterung, die von Toby Smith entwickelt wurde, und ihr Hauptmerkmal ist "Fires confetti all over your screen!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Confetti Cannon!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Confetti Cannon!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Confetti Cannon! Confetti Cannon!
ID dminbokeajnkkikeiepfhlgijfjjmdkf
Offizielle URL https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf
Beschreibung Fires confetti all over your screen!
Dateigröße 14.38 KB
Installationsanzahl 61,470
Aktuelle Version 1.0.1
Letztes Update 2020-11-18
Veröffentlichungsdatum 2020-07-07
Bewertung 4.37/5 Insgesamt 19 Bewertungen
Entwickler Toby Smith
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/tobysmith568/Confetti-Chrome-Extension
Hilfeseite URL https://github.com/tobysmith568/Confetti-Chrome-Extension/issues
Unterstützte Sprachen 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"
    }
}