Confetti Cannon!

Fires confetti all over your screen!

What is Confetti Cannon!?

Confetti Cannon! is a Chrome extension developed by Toby Smith, and its main feature is "Fires confetti all over your screen!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Confetti Cannon! Extension CRX File

Download Confetti Cannon! 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

                        From the push of a button you can fire virtual confetti all over your screen!
Confetti fires from the lower left, centre, and right of your screen and then slowly drifts down.

You can find the code for this extension on Github at: https://github.com/tobysmith568/Confetti-Chrome-Extension

Privacy Policy:
https://github.com/tobysmith568/Confetti-Chrome-Extension/blob/master/PRIVACY.md                    

Extension Basic Information

Name Confetti Cannon! Confetti Cannon!
ID dminbokeajnkkikeiepfhlgijfjjmdkf
Official URL https://chromewebstore.google.com/detail/confetti-cannon/dminbokeajnkkikeiepfhlgijfjjmdkf
Description Fires confetti all over your screen!
File Size 14.38 KB
Installation Count 61,470
Current Version 1.0.1
Last Updated 2020-11-18
Publish Date 2020-07-07
Rating 4.37/5 Total 19 Ratings
Developer Toby Smith
Email [email protected]
Payment Type free
Extension Website https://github.com/tobysmith568/Confetti-Chrome-Extension
Help Page URL https://github.com/tobysmith568/Confetti-Chrome-Extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Cannon!",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Fires confetti all over your screen!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Fire!"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "media\/icon.png"
    }
}