Konfetti

A delightful burst of confetti every time you click.

What is Konfetti?

Konfetti is a Chrome extension developed by robertdonaver, and its main feature is "A delightful burst of confetti every time you click.".

Extension Screenshots

screenshot

Download Konfetti Extension CRX File

Download Konfetti 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

                        A delightful burst of confetti every time you click.                    

Extension Basic Information

Name Konfetti Konfetti
ID jpabjabdfjijffbheejeggacpomdikjk
Official URL https://chrome.google.com/webstore/detail/konfetti/jpabjabdfjijffbheejeggacpomdikjk
Description A delightful burst of confetti every time you click.
File Size 46.09 KB
Installation Count 798
Current Version 0.0.1
Last Updated 2020-08-30
Publish Date 2020-08-30
Rating 3.22/5 Total 9 Ratings
Developer robertdonaver
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Konfetti",
    "version": "0.0.1",
    "description": "A delightful burst of confetti every time you click.",
    "author": "Robert Hanna",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "assets\/icon-48.png",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    }
}