Match Audio

Match Audio makes sharing from music services better.

什麼是Match Audio?

Match Audio是由http://match.audio開發的Chrome擴展程式,該擴展的主要功能是“Match Audio makes sharing from music services better.”。

擴展截圖

screenshot
screenshot

下載Match Audio擴展crx文件

下載Match Audio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}