Confetti Rain
Confetti rain in your screen! Confetti for one click.
Qu'est-ce que Confetti Rain ?
Confetti Rain est une extension Chrome développée par extensionproduct, et sa fonction principale est "Confetti rain in your screen! Confetti for one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Confetti Rain
Téléchargez les fichiers d'extension Confetti Rain 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
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
Informations de Base sur l'Extension
Nom | Confetti Rain |
ID | neclkbpjbcacmcpdbmifeohbfjdfakka |
URL Officiel | https://chromewebstore.google.com/detail/confetti-rain/neclkbpjbcacmcpdbmifeohbfjdfakka |
Description | Confetti rain in your screen! Confetti for one click. |
Taille du Fichier | 14.98 KB |
Nombre d'Installations | 460 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-06-29 |
Date de Publication | 2021-06-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | extensionproduct |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |