Piano Online
Piano Online: Play piano with your friends!
Was ist Piano Online?
Piano Online ist eine Chrome-Erweiterung, die von BBHH Games entwickelt wurde, und ihr Hauptmerkmal ist "Piano Online: Play piano with your friends!".
Erweiterungsscreenshots
Piano Online-Erweiterungs-CRX-Datei herunterladen
Laden Sie Piano Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bmdpjohnkjajhimbidkomnmeopmmgdah |
Offizielle URL | https://chrome.google.com/webstore/detail/piano-online/bmdpjohnkjajhimbidkomnmeopmmgdah |
Beschreibung | Piano Online: Play piano with your friends! |
Dateigröße | 4.3 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2017-05-04 |
Veröffentlichungsdatum | 2017-05-04 |
Bewertung | 4.00/5 Insgesamt 17 Bewertungen |
Entwickler | BBHH Games |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |