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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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"
}
} | |