MusicPALS - Play And Learn Songs

Connect MIDI Instrument and start learning from YouTube Videos and Chord Websites

MusicPALS - Play And Learn Songs क्या है?

MusicPALS - Play And Learn Songs http://musicpals.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect MIDI Instrument and start learning from YouTube Videos and Chord Websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MusicPALS - Play And Learn Songs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        MusicPALS is a google chrome extension which helps learn to play your favorite songs on chord websites, using MIDI instrument or your real instrument (via microphone audio input).

Recommended Using MusicPALS with Zivix Jamstik+ and CME Xkey Air.

If you want to learn a song from YouTube video or audio file, you can use Chordify.
You can play along with the song playing non-stop, or practice on every chord. (via Play-along settings)

Windows / macOS / Chrome OS are all supported.
MIDI instrument are supported on Chrome OS as well.

Besides connecting to MIDI instrument, you can also use computer keyboard to try playing.
You can also play on your real instrument, and we will tell if you hit the correct chord. (Experimental feature).

Following websites are supported (more sites will be added soon):
- Chordify: https://chordify.net (Supports YouTube videos and uploaded files, different play-along modes are supported)
- Ultimate Guitar (normal version): https://tabs.ultimate-guitar.com
- Songsterr (old version Chord page): https://www.songsterr.com
- E-Chords: http://www.e-chords.com
- ufret.jp (Japanese): http://www.ufret.jp
- J-total Music (Japanese): http://music.j-total.net
- 91PU (Chinese): http://www.91pu.com.tw
- GuitarPu (Chinese): http://www.gtp.tw

Visit http://musicpals.rocks for the list of supported websites and MIDI instruments.                    

एक्सटेंशन की मूल जानकारी

नाम MusicPALS - Play And Learn Songs MusicPALS - Play And Learn Songs
ID aegdchkpegjbdifjggbajnddbgifanjl
आधिकारिक URL https://chrome.google.com/webstore/detail/musicpals-play-and-learn/aegdchkpegjbdifjggbajnddbgifanjl
विवरण Connect MIDI Instrument and start learning from YouTube Videos and Chord Websites
फ़ाइल का आकार 130 KB
स्थापना संख्या 1,067
वर्तमान संस्करण 1.1.18
अंतिम अपडेट 2017-04-04
प्रकाशन तिथि 2017-04-04
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर http://musicpals.rocks
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://musicpals.rocks/
सहायता पृष्ठ URL http://musicpals.rocks/
गोपनीयता नीति पृष्ठ URL http://musicpals.rocks
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MusicPALS - Play And Learn Songs",
    "short_name": "MusicPALS",
    "description": "Connect MIDI Instrument and start learning from YouTube Videos and Chord Websites",
    "homepage_url": "http:\/\/musicpals.rocks",
    "version": "1.1.18",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Play And Learn Song"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/musicpals.rocks\/*",
                "*:\/\/chordify.net\/chords\/*",
                "*:\/\/tabs.ultimate-guitar.com\/*_crd.htm",
                "*:\/\/www.songsterr.com\/*-chords-*",
                "*:\/\/www.e-chords.com\/chords\/*",
                "*:\/\/www.ufret.jp\/song.php*",
                "*:\/\/music.j-total.net\/data\/*",
                "*:\/\/www.gtp.tw\/gtp_view.php*",
                "*:\/\/www.91pu.com.tw\/song\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}