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
官方網址 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"
    }
}