Music Preview

Fix Apple Music preview.

什麼是Music Preview?

Music Preview是由danielsarsi開發的Chrome擴展程式,該擴展的主要功能是“Fix Apple Music preview.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Music Preview擴展crx文件

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

擴展使用說明

                        This extension intercept iTunes/Apple Music links and show a custom, direct, fast and bugless preview of the content.

I hate iTunes Preview.

CHANGES IN 1.2.0
• Option to open links automatically;
• It is possible to open solely the album now.                    

擴展基本資訊

名稱 Music Preview Music Preview
ID koldlpnelihklakdlllpfimlodeaanda
官方網址 https://chrome.google.com/webstore/detail/music-preview/koldlpnelihklakdlllpfimlodeaanda
簡介 Fix Apple Music preview.
檔案大小 26.2 KB
安裝次數 298
目前版本 1.2.0
更新時間 2015-12-29
上架時間 2015-12-29
評分 4.33/5 共 3 次評分
開發者 danielsarsi
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Music Preview",
    "description": "Fix Apple Music preview.",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "144": "icon144.png"
    },
    "version": "1.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/itunes.apple.com\/*",
        "webRequest",
        "webRequestBlocking",
        "background",
        "storage"
    ],
    "web_accessible_resources": [
        "data\/*"
    ],
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    }
}