Music Preview

Fix Apple Music preview.

Music Previewคืออะไร?

Music Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danielsarsi และคุณลักษณะหลักของมันคือ "Fix Apple Music preview."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Music Preview

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
    }
}