Quick Preview for SoundCloud

Hover the ▶️ Button to Preview Music on SoundCloud

Quick Preview for SoundCloud là gì?

Quick Preview for SoundCloud là một tiện ích mở rộng Chrome được phát triển bởi https://mattias.lol, và tính năng chính của nó là "Hover the ▶️ Button to Preview Music on SoundCloud".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Quick Preview for SoundCloud 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 lets you listen to samples from any track on SoundCloud by just hovering over the play button with your mouse. It also enables you to preview content without sacrificing the progress of other, currently playing ones.

Click the extension icon to change preferences.                    

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

Tên Quick Preview for SoundCloud Quick Preview for SoundCloud
ID lghceigagnfccdnkpdfbbhjjegijbjmp
URL Chính Thức https://chromewebstore.google.com/detail/quick-preview-for-soundcl/lghceigagnfccdnkpdfbbhjjegijbjmp
Mô tả Hover the ▶️ Button to Preview Music on SoundCloud
Kích Thước Tệp 68.22 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2019-01-28
Ngày Phát Hành 2019-01-28
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://mattias.lol
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Hemmingsson/Quick-Preview/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Preview for SoundCloud",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "Hover the \u25b6\ufe0f Button to Preview Music on SoundCloud",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/quick-preview-for-soundcl\/lghceigagnfccdnkpdfbbhjjegijbjmp",
    "author": "Mattias Hemmingsson",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/soundCloud.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Quick Preview for SoundCloud",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundCloud.com\/*"
            ],
            "css": [
                "inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/soundCloud.com\/*"
            ],
            "js": [
                "inject\/sentinel.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/soundCloud.com\/*"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ]
}