Confetti Party

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

What is Confetti Party?

Confetti Party is a Chrome extension developed by Christos Keramitsis, and its main feature is "Confetti all over the screen at the touch of a button.".

Extension Screenshots

screenshot

Download Confetti Party Extension CRX File

Download Confetti Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Confetti Party Confetti Party
ID bghldpghadhfaihknpmccpnbjkmgbkbh
Official URL https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh
Description Confetti all over the screen at the touch of a button.
File Size 26.91 KB
Installation Count 391
Current Version 1.1
Last Updated 2022-07-19
Publish Date 2022-07-14
Rating 5.00/5 Total 2 Ratings
Developer Christos Keramitsis
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}