Confetti Closer

Celebrate closing tabs!

What is Confetti Closer?

Confetti Closer is a Chrome extension developed by aus, and its main feature is "Celebrate closing tabs!".

Extension Screenshots

screenshot

Download Confetti Closer Extension CRX File

Download Confetti Closer 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

                        Shows a little bit of confetti on the current tab whenever you close one.

Idea by whim and RamRamTheLamb on Discord. Confetti created using the canvas-confetti NPM package. Icon is a part of the Noto Sans Emoji project.                    

Extension Basic Information

Name Confetti Closer Confetti Closer
ID mgpmfbhindgdelddlckgnhmmadganiol
Official URL https://chromewebstore.google.com/detail/confetti-closer/mgpmfbhindgdelddlckgnhmmadganiol
Description Celebrate closing tabs!
File Size 38.55 KB
Installation Count 45
Current Version 1.0
Last Updated 2022-05-18
Publish Date 2022-05-16
Developer aus
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Closer",
    "description": "Celebrate closing tabs!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "32": "\/images\/icon32.png",
        "72": "\/images\/icon72.png",
        "128": "\/images\/icon128.png"
    }
}