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
Eメール [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"
    }
}