Confetti for Chrome

Spray confetti all over your screen with just one click.

Confetti for Chrome là gì?

Confetti for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Kiby Technologies, LLC, và tính năng chính của nó là "Spray confetti all over your screen with just one click.".

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

screenshot

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

Tải xuống các tệp mở rộng Confetti for Chrome 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

                        With Confetti for Chrome, blast your entire screen with colorful confetti by just a clicking the confetti icon.

Changes:
v1.0.0 
First Release🎉                    

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

Tên Confetti for Chrome Confetti for Chrome
ID knflpmgfmaenjpdglffjjfgfelpacoca
URL Chính Thức https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca
Mô tả Spray confetti all over your screen with just one click.
Kích Thước Tệp 43.16 KB
Số Lần Cài Đặt 3,461
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-11-28
Ngày Phát Hành 2020-11-24
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Kiby Technologies, LLC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confetti for Chrome",
    "version": "1.0.1",
    "description": "Spray confetti all over your screen with just one click.",
    "permissions": [
        "activeTab",
        "tabs",
        "browserAction"
    ],
    "background": {
        "scripts": [
            "scripts\/lib\/hot-reload.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*",
        "stylesheets\/project-sky-stylesheet.css"
    ],
    "browser_action": [],
    "icons": {
        "16": "images\/logo\/confetti-16.png",
        "32": "images\/logo\/confetti-32.png",
        "48": "images\/logo\/confetti-48.png",
        "128": "images\/logo\/confetti-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';",
    "manifest_version": 2
}