Confetti Rain
Confetti rain in your screen! Confetti for one click.
Wat is Confetti Rain?
Confetti Rain is een Chrome-extensie ontwikkeld door extensionproduct, en de belangrijkste functie is "Confetti rain in your screen! Confetti for one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Confetti Rain
Download Confetti Rain-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Confetti Rain |
ID | neclkbpjbcacmcpdbmifeohbfjdfakka |
Officiële URL | https://chromewebstore.google.com/detail/confetti-rain/neclkbpjbcacmcpdbmifeohbfjdfakka |
Beschrijving | Confetti rain in your screen! Confetti for one click. |
Bestandsgrootte | 14.98 KB |
Aantal Installaties | 460 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-06-29 |
Publicatiedatum | 2021-06-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | extensionproduct |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |