Balloons for Chrome

Cover your screen with balloons with just one click.

Cos'è Balloons for Chrome?

Balloons for Chrome è un'estensione di Chrome sviluppata da Kiby Technologies, LLC, e la sua funzione principale è "Cover your screen with balloons with just one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Balloons for Chrome

Scarica i file di estensione Balloons for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With Balloons for Chrome, blast your entire screen with colorful balloons that float to the top of your window. You can also click to pop the balloons! 

Changes:
v1.0.0 
First Release🎉                    

Informazioni di Base sull'Estensione

Nome Balloons for Chrome Balloons for Chrome
ID aaighaoobppofhhfoakhmhpgdagfbdgc
URL Ufficiale https://chromewebstore.google.com/detail/balloons-for-chrome/aaighaoobppofhhfoakhmhpgdagfbdgc
Descrizione Cover your screen with balloons with just one click.
Dimensione del File 52.06 KB
Conteggio Installazioni 4,702
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-11-26
Data di Pubblicazione 2020-11-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Kiby Technologies, LLC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Balloons for Chrome",
    "version": "1.0.1",
    "description": "Cover your screen with balloons 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\/balloons-16.png",
        "32": "images\/logo\/balloons-32.png",
        "48": "images\/logo\/balloons-48.png",
        "128": "images\/logo\/balloons-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
}