Music Preview

Fix Apple Music preview.

Apa itu Music Preview?

Music Preview adalah ekstensi Chrome yang dikembangkan oleh danielsarsi, dan fitur utamanya adalah "Fix Apple Music preview.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Music Preview

Unduh file ekstensi Music Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Music Preview Music Preview
ID koldlpnelihklakdlllpfimlodeaanda
URL Resmi https://chrome.google.com/webstore/detail/music-preview/koldlpnelihklakdlllpfimlodeaanda
Deskripsi Fix Apple Music preview.
Ukuran File 26.2 KB
Jumlah Instalasi 298
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2015-12-29
Tanggal Publikasi 2015-12-29
Penilaian 4.33/5 Total 3 Penilaian
Pengembang danielsarsi
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}