Piano Online

Piano Online: Play piano with your friends!

ما هو Piano Online؟

Piano Online هو إضافة Chrome تم تطويرها بواسطة BBHH Games، والميزة الرئيسية لها هي "Piano Online: Play piano with your friends!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Piano Online

قم بتنزيل ملفات الامتداد Piano Online بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Piano Online Piano Online
ID bmdpjohnkjajhimbidkomnmeopmmgdah
عنوان URL الرسمي https://chrome.google.com/webstore/detail/piano-online/bmdpjohnkjajhimbidkomnmeopmmgdah
الوصف Piano Online: Play piano with your friends!
حجم الملف 4.3 KB
عدد التثبيتات 5,000
النسخة الحالية 0.1.0
آخر تحديث 2017-05-04
تاريخ النشر 2017-05-04
تقييم 4.00/5 مجموع تقييمات 17
المطور BBHH Games
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        ]
    }
}