Match Audio

Match Audio makes sharing from music services better.

Match Audio क्या है?

Match Audio http://match.audio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Match Audio makes sharing from music services better."।

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

screenshot
screenshot

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

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

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

                        Make sharing from music services better. We match album and track links from Rdio, Spotify, Deezer, Groove Music, Google Music and iTunes and give you back a link with all of them. It even tries to find matches on Youtube for people who don't use one of our supported services.

With the Match Audio Chrome extension, a magenta-coloured icon appears on the address bar for compatible sites. Just click it and the matching music will open in a new tab.

New: Inline support for sharing from Google Play Music. Just use the inline share dialog and click the share button, see the screenshots for an example.

Supported sites:
* Deezer
* Google Music
* Rdio
* Spotify
* Groove Music
* iTunes                    

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

नाम Match Audio Match Audio
ID kjfpkmfgcflggjaldcfnoppjlpnidolk
आधिकारिक URL https://chrome.google.com/webstore/detail/match-audio/kjfpkmfgcflggjaldcfnoppjlpnidolk
विवरण Match Audio makes sharing from music services better.
फ़ाइल का आकार 194 KB
स्थापना संख्या 296
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2015-11-30
प्रकाशन तिथि 2015-11-30
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर http://match.audio
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Match Audio",
    "version": "0.3.1",
    "description": "Match Audio makes sharing from music services better.",
    "background": {
        "persistent": false,
        "scripts": [
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/*"
            ],
            "js": [
                "src\/lib\/selector-listener.js",
                "src\/google.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_title": "Find matches for this music on Match Audio"
    },
    "permissions": [
        "declarativeContent",
        "https:\/\/play.google.com\/music"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}