Confetti for Chrome

Spray confetti all over your screen with just one click.

¿Qué es Confetti for Chrome?

Confetti for Chrome es una extensión de Chrome desarrollada por Kiby Technologies, LLC, y su función principal es "Spray confetti all over your screen with just one click.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Confetti for Chrome

Descarga archivos de extensión Confetti for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        With Confetti for Chrome, blast your entire screen with colorful confetti by just a clicking the confetti icon.

Changes:
v1.0.0 
First Release🎉                    

Información Básica de la Extensión

Nombre Confetti for Chrome Confetti for Chrome
ID knflpmgfmaenjpdglffjjfgfelpacoca
URL Oficial https://chrome.google.com/webstore/detail/knflpmgfmaenjpdglffjjfgfelpacoca
Descripción Spray confetti all over your screen with just one click.
Tamaño del Archivo 43.16 KB
Cantidad de Instalaciones 3,461
Versión Actual 1.0.1
Última Actualización 2020-11-28
Fecha de Publicación 2020-11-24
Calificación 3.83/5 Total de 6 Calificaciones
Desarrollador Kiby Technologies, LLC
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Idiomas Soportados 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
}