Piano Online
Piano Online: Play piano with your friends!
What is Piano Online?
Piano Online is a Chrome extension developed by BBHH Games, and its main feature is "Piano Online: Play piano with your friends!".
Extension Screenshots
Download Piano Online Extension CRX File
Download Piano Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bmdpjohnkjajhimbidkomnmeopmmgdah |
Official URL | https://chrome.google.com/webstore/detail/piano-online/bmdpjohnkjajhimbidkomnmeopmmgdah |
Description | Piano Online: Play piano with your friends! |
File Size | 4.3 KB |
Installation Count | 5,000 |
Current Version | 0.1.0 |
Last Updated | 2017-05-04 |
Publish Date | 2017-05-04 |
Rating | 4.00/5 Total 17 Ratings |
Developer | BBHH Games |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |