Piano Online

Piano Online: Play piano with your friends!

Vad är Piano Online?

Piano Online är en Chrome-tillägg utvecklad av BBHH Games, och dess huvudfunktion är "Piano Online: Play piano with your friends!".

Tilläggsskärmbilder

screenshot

Ladda ner Piano Online-förlängningens CRX-fil

Ladda ner Piano Online-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Piano Online Piano Online
ID bmdpjohnkjajhimbidkomnmeopmmgdah
Officiell webbadress https://chrome.google.com/webstore/detail/piano-online/bmdpjohnkjajhimbidkomnmeopmmgdah
Beskrivning Piano Online: Play piano with your friends!
Filstorlek 4.3 KB
Antal Installationer 5,000
Aktuell Version 0.1.0
Senast Uppdaterad 2017-05-04
Publiceringsdatum 2017-05-04
Betyg 4.00/5 Totalt 17 Betyg
Utvecklare BBHH Games
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}