Confetti Party
Confetti all over the screen at the touch of a button.
ما هو Confetti Party؟
Confetti Party هو إضافة Chrome تم تطويرها بواسطة Christos Keramitsis، والميزة الرئيسية لها هي "Confetti all over the screen at the touch of a button.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Confetti Party
قم بتنزيل ملفات الامتداد Confetti Party بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fires confetti all over your screen.
Modes:
- Confetti on every mouse click
- Party Popper
- Fireworks
- School Pride
Sourcecode: https://github.com/keramitsis/confetti-party-webextension
CHANGELOG
[Version 1.1]
- Improved error popup styling
- Fixed "About"-Links not opening in new tab
[Version 1.0]
- 🥳Release معلومات أساسية عن التمديد
| الاسم | |
| ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
| الوصف | Confetti all over the screen at the touch of a button. |
| حجم الملف | 26.91 KB |
| عدد التثبيتات | 391 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2022-07-19 |
| تاريخ النشر | 2022-07-14 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | Christos Keramitsis |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Confetti Party",
"description": "Confetti all over the screen at the touch of a button.",
"version": "1.1",
"homepage_url": "https:\/\/github.com\/keramitsis\/confetti-party-webextension",
"icons": {
"16": "icons\/party-face-16.png",
"48": "icons\/party-face-48.png",
"128": "icons\/party-face-128.png"
},
"permissions": [
"scripting",
"activeTab"
],
"action": {
"default_icon": "icons\/party-face-32.png",
"default_title": "Confetti",
"default_popup": "popup\/confetti_popup.html"
}
} | |