Confetti! Confetti all over... What else?

Confetti! Confetti all over... What else?

Confetti! Confetti all over... What else?คืออะไร?

Confetti! Confetti all over... What else? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dvankooijk.app และคุณลักษณะหลักของมันคือ "Confetti! Confetti all over... What else?"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confetti! Confetti all over... What else?

ดาวน์โหลดไฟล์ส่วนขยาย Confetti! Confetti all over... What else? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With one click on the button you will get confetti all over your screen. A real fun factor in many occasions. Try it out. 

Trigger your confetti with:
 - Windows: Ctrl + B
 - Chrome OS: Ctrl + B
 - Mac: Command + B

In the options menu there some cool features you can turn on and off. You can find the options screen when you right click the confetti icon and go to options.

To change the shortcut fill this url in your location bar: chrome://extensions/shortcuts

## NOTES
- Some sites will block the confetti extension.
- Reload the page to stop the confetti.

/highfive 
Dennis.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Confetti! Confetti all over... What else? Confetti! Confetti all over... What else?
ID alnpfmeemhhcfephffidoflphgnneeld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/confetti-confetti-all-ove/alnpfmeemhhcfephffidoflphgnneeld
คำอธิบาย Confetti! Confetti all over... What else?
ขนาดไฟล์ 81.48 KB
จำนวนการติดตั้ง 24,736
เวอร์ชันปัจจุบัน 2.0.36
อัปเดตครั้งล่าสุด 2022-05-19
วันที่เผยแพร่ 2020-03-23
คะแนน 4.05/5 รวมทั้งหมด 73 คะแนน
ผู้พัฒนา https://dvankooijk.app
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.36",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "commands": {
        "letItRain": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+Ctrl+B"
            },
            "description": "BOOOOOM"
        }
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Confetti"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js",
                "scripts\/jquery.js",
                "scripts\/confetti.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}