Confetti Party
Confetti all over the screen at the touch of a button.
Qu'est-ce que Confetti Party ?
Confetti Party est une extension Chrome développée par Christos Keramitsis, et sa fonction principale est "Confetti all over the screen at the touch of a button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Confetti Party
Téléchargez les fichiers d'extension Confetti Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Confetti Party |
ID | bghldpghadhfaihknpmccpnbjkmgbkbh |
URL Officiel | https://chromewebstore.google.com/detail/confetti-party/bghldpghadhfaihknpmccpnbjkmgbkbh |
Description | Confetti all over the screen at the touch of a button. |
Taille du Fichier | 26.91 KB |
Nombre d'Installations | 391 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-07-19 |
Date de Publication | 2022-07-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Christos Keramitsis |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |