Confetti Rain

Confetti rain in your screen! Confetti for one click.

什么是Confetti Rain?

Confetti Rain是由extensionproduct开发的Chrome扩展程序,该扩展的主要功能是“Confetti rain in your screen! Confetti for one click.”。

扩展截图

screenshot
screenshot

下载Confetti Rain扩展crx文件

下载Confetti Rain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Confetti Rain Confetti Rain
ID neclkbpjbcacmcpdbmifeohbfjdfakka
官方URL https://chromewebstore.google.com/detail/confetti-rain/neclkbpjbcacmcpdbmifeohbfjdfakka
简介 Confetti rain in your screen! Confetti for one click.
文件大小 14.98 KB
安装次数 460
当前版本 1.0.0
更新时间 2021-06-29
上架时间 2021-06-28
评分 5.00/5 共2次评分
开发者 extensionproduct
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}