Confetti Party

Confetti all over the screen at the touch of a button.

Hvad er Confetti Party?

Confetti Party er en Chrome-udvidelse udviklet af Christos Keramitsis, og dens hovedfunktion er "Confetti all over the screen at the touch of a button.".

Udvidelsesskærmbilleder

screenshot

Download Confetti Party-udvidelses-CRX-fil

Download Confetti Party-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Confetti Party Confetti Party
ID bghldpghadhfaihknpmccpnbjkmgbkbh
Officiel URL https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh
Beskrivelse Confetti all over the screen at the touch of a button.
Filstørrelse 26.91 KB
Antal Installationer 391
Nuværende Version 1.1
Senest Opdateret 2022-07-19
Udgivelsesdato 2022-07-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Christos Keramitsis
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}