Confetti Rain

Confetti rain in your screen! Confetti for one click.

What is Confetti Rain?

Confetti Rain is a Chrome extension developed by extensionproduct, and its main feature is "Confetti rain in your screen! Confetti for one click.".

Extension Screenshots

screenshot
screenshot

Download Confetti Rain Extension CRX File

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

                        Confetti rain in your screen. Confetti for one click. Just push the button of extension and virtual confetti rain all over screen. Confetti app works on any websites.  

Simple and so fun :)

This code was built on ISC License, by Toby Smith:
https://github.com/tobysmith568/Confetti-Chrome-Extension                    

Extension Basic Information

Name Confetti Rain Confetti Rain
ID neclkbpjbcacmcpdbmifeohbfjdfakka
Official URL https://chromewebstore.google.com/detail/confetti-rain/neclkbpjbcacmcpdbmifeohbfjdfakka
Description Confetti rain in your screen! Confetti for one click.
File Size 14.98 KB
Installation Count 460
Current Version 1.0.0
Last Updated 2021-06-29
Publish Date 2021-06-28
Rating 5.00/5 Total 2 Ratings
Developer extensionproduct
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti Rain",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Confetti rain in your screen! Confetti for one click.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Confetti Rain"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon.png"
    }
}