Confetti Rain

Confetti rain in your screen! Confetti for one click.

Confetti Rain là gì?

Confetti Rain là một tiện ích mở rộng Chrome được phát triển bởi extensionproduct, và tính năng chính của nó là "Confetti rain in your screen! Confetti for one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Confetti Rain

Tải xuống các tệp mở rộng Confetti Rain dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Confetti Rain Confetti Rain
ID neclkbpjbcacmcpdbmifeohbfjdfakka
URL Chính Thức https://chromewebstore.google.com/detail/confetti-rain/neclkbpjbcacmcpdbmifeohbfjdfakka
Mô tả Confetti rain in your screen! Confetti for one click.
Kích Thước Tệp 14.98 KB
Số Lần Cài Đặt 460
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-06-29
Ngày Phát Hành 2021-06-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển extensionproduct
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}