Confetti for Chrome
Spray confetti all over your screen with just one click.
Was ist Confetti for Chrome?
Confetti for Chrome ist eine Chrome-Erweiterung, die von Kiby Technologies, LLC entwickelt wurde, und ihr Hauptmerkmal ist "Spray confetti all over your screen with just one click.".
Erweiterungsscreenshots
Confetti for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Confetti for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With Confetti for Chrome, blast your entire screen with colorful confetti by just a clicking the confetti icon. Changes: v1.0.0 First Release🎉
Grundlegende Informationen zur Erweiterung
Name | |
ID | knflpmgfmaenjpdglffjjfgfelpacoca |
Offizielle URL | https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca |
Beschreibung | Spray confetti all over your screen with just one click. |
Dateigröße | 43.16 KB |
Installationsanzahl | 3,461 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-11-28 |
Veröffentlichungsdatum | 2020-11-24 |
Bewertung | 3.83/5 Insgesamt 6 Bewertungen |
Entwickler | Kiby Technologies, LLC |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Confetti for Chrome", "version": "1.0.1", "description": "Spray confetti all over your screen with just one click.", "permissions": [ "activeTab", "tabs", "browserAction" ], "background": { "scripts": [ "scripts\/lib\/hot-reload.js", "scripts\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*", "stylesheets\/project-sky-stylesheet.css" ], "browser_action": [], "icons": { "16": "images\/logo\/confetti-16.png", "32": "images\/logo\/confetti-32.png", "48": "images\/logo\/confetti-48.png", "128": "images\/logo\/confetti-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';", "manifest_version": 2 } |