Piano Online

Piano Online: Play piano with your friends!

Qu'est-ce que Piano Online ?

Piano Online est une extension Chrome développée par BBHH Games, et sa fonction principale est "Piano Online: Play piano with your friends!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Piano Online

Téléchargez les fichiers d'extension Piano Online 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

                        Create a song alone, or play a favorite with your friends! Piano Online allows you to play piano online, alone or with friends!

NOTE: This extension requires internet to play. This features of this extension were not created by BBHH Games. This extension is just a portal to www.multiplayerpiano.com and allows easy access to the site. This extension is not sponsored by www.multiplayerpiano.com in any way.                    

Informations de Base sur l'Extension

Nom Piano Online Piano Online
ID bmdpjohnkjajhimbidkomnmeopmmgdah
URL Officiel https://chrome.google.com/webstore/detail/piano-online/bmdpjohnkjajhimbidkomnmeopmmgdah
Description Piano Online: Play piano with your friends!
Taille du Fichier 4.3 KB
Nombre d'Installations 5,000
Version Actuelle 0.1.0
Dernière Mise à Jour 2017-05-04
Date de Publication 2017-05-04
Évaluation 4.00/5 Total 17 Évaluations
Développeur BBHH Games
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Piano Online",
    "description": "Piano Online: Play piano with your friends!",
    "version": "0.1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "Piano Online"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}