Confetti Party
Confetti all over the screen at the touch of a button.
Was ist Confetti Party?
Confetti Party ist eine Chrome-Erweiterung, die von Christos Keramitsis entwickelt wurde, und ihr Hauptmerkmal ist "Confetti all over the screen at the touch of a button.".
Erweiterungsscreenshots
Confetti Party-Erweiterungs-CRX-Datei herunterladen
Laden Sie Confetti Party-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
Fires confetti all over your screen.
Modes:
- Confetti on every mouse click
- Party Popper
- Fireworks
- School Pride
Sourcecode: https://github.com/keramitsis/confetti-party-webextension
CHANGELOG
[Version 1.1]
- Improved error popup styling
- Fixed "About"-Links not opening in new tab
[Version 1.0]
- 🥳Release Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
| Offizielle URL | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
| Beschreibung | Confetti all over the screen at the touch of a button. |
| Dateigröße | 26.91 KB |
| Installationsanzahl | 391 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2022-07-19 |
| Veröffentlichungsdatum | 2022-07-14 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Christos Keramitsis |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Confetti Party",
"description": "Confetti all over the screen at the touch of a button.",
"version": "1.1",
"homepage_url": "https:\/\/github.com\/keramitsis\/confetti-party-webextension",
"icons": {
"16": "icons\/party-face-16.png",
"48": "icons\/party-face-48.png",
"128": "icons\/party-face-128.png"
},
"permissions": [
"scripting",
"activeTab"
],
"action": {
"default_icon": "icons\/party-face-32.png",
"default_title": "Confetti",
"default_popup": "popup\/confetti_popup.html"
}
} | |