Balloons for Chrome

Cover your screen with balloons with just one click.

Hvad er Balloons for Chrome?

Balloons for Chrome er en Chrome-udvidelse udviklet af Kiby Technologies, LLC, og dens hovedfunktion er "Cover your screen with balloons with just one click.".

Udvidelsesskærmbilleder

screenshot

Download Balloons for Chrome-udvidelses-CRX-fil

Download Balloons for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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🎉                    

Grundlæggende oplysninger om udvidelsen

Navn Balloons for Chrome Balloons for Chrome
ID aaighaoobppofhhfoakhmhpgdagfbdgc
Officiel URL https://chromewebstore.google.com/detail/balloons-for-chrome/aaighaoobppofhhfoakhmhpgdagfbdgc
Beskrivelse Cover your screen with balloons with just one click.
Filstørrelse 52.06 KB
Antal Installationer 4,702
Nuværende Version 1.0.1
Senest Opdateret 2020-11-26
Udgivelsesdato 2020-11-24
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Kiby Technologies, LLC
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Understøttede Sprog 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
}