Music Preview

Fix Apple Music preview.

Music Preview là gì?

Music Preview là một tiện ích mở rộng Chrome được phát triển bởi danielsarsi, và tính năng chính của nó là "Fix Apple Music preview.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Music Preview

Tải xuống các tệp mở rộng Music Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Music Preview Music Preview
ID koldlpnelihklakdlllpfimlodeaanda
URL Chính Thức https://chrome.google.com/webstore/detail/music-preview/koldlpnelihklakdlllpfimlodeaanda
Mô tả Fix Apple Music preview.
Kích Thước Tệp 26.2 KB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2015-12-29
Ngày Phát Hành 2015-12-29
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển danielsarsi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}