Confetti Party
Confetti all over the screen at the touch of a button.
Wat is Confetti Party?
Confetti Party is een Chrome-extensie ontwikkeld door Christos Keramitsis, en de belangrijkste functie is "Confetti all over the screen at the touch of a button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Confetti Party
Download Confetti Party-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
| Officiële URL | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
| Beschrijving | Confetti all over the screen at the touch of a button. |
| Bestandsgrootte | 26.91 KB |
| Aantal Installaties | 391 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2022-07-19 |
| Publicatiedatum | 2022-07-14 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Christos Keramitsis |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |