Confetti Rain

Confetti rain in your screen! Confetti for one click.

Confetti Rainคืออะไร?

Confetti Rain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extensionproduct และคุณลักษณะหลักของมันคือ "Confetti rain in your screen! Confetti for one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confetti Rain

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}