Confetti Party

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

Vad är Confetti Party?

Confetti Party är en Chrome-tillägg utvecklad av Christos Keramitsis, och dess huvudfunktion är "Confetti all over the screen at the touch of a button.".

Tilläggsskärmbilder

screenshot

Ladda ner Confetti Party-förlängningens CRX-fil

Ladda ner Confetti Party-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Confetti Party Confetti Party
ID bghldpghadhfaihknpmccpnbjkmgbkbh
Officiell webbadress https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh
Beskrivning Confetti all over the screen at the touch of a button.
Filstorlek 26.91 KB
Antal Installationer 391
Aktuell Version 1.1
Senast Uppdaterad 2022-07-19
Publiceringsdatum 2022-07-14
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Christos Keramitsis
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}