Balloons for Chrome

Cover your screen with balloons with just one click.

Qu'est-ce que Balloons for Chrome ?

Balloons for Chrome est une extension Chrome développée par Kiby Technologies, LLC, et sa fonction principale est "Cover your screen with balloons with just one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Balloons for Chrome

Téléchargez les fichiers d'extension Balloons for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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🎉                    

Informations de Base sur l'Extension

Nom Balloons for Chrome Balloons for Chrome
ID aaighaoobppofhhfoakhmhpgdagfbdgc
URL Officiel https://chromewebstore.google.com/detail/balloons-for-chrome/aaighaoobppofhhfoakhmhpgdagfbdgc
Description Cover your screen with balloons with just one click.
Taille du Fichier 52.06 KB
Nombre d'Installations 4,702
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-11-26
Date de Publication 2020-11-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur Kiby Technologies, LLC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Langues Prises en Charge 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
}