SpotiPlonk

Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).

SpotiPlonk là gì?

SpotiPlonk là một tiện ích mở rộng Chrome được phát triển bởi patrik.wlund, và tính năng chính của nó là "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

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

screenshot

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

Tải xuống các tệp mở rộng SpotiPlonk 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

                        Please note that in older versions of Spotify, this extensions requires having the "Allow Spotify to be started from the Web" option ticked in the Preferences menu of the Spotify desktop player.

NEW IN VERSION 1.0.6
– Now supports the https-links produced by recent versions of Spotify.

NEW IN VERSION 1.0.5
– If a link is opened from another application, SpotiPlonk returns focus to that other application instead of showing Chrome.                    

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

Tên SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
URL Chính Thức https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Mô tả Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Kích Thước Tệp 18.87 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2015-08-04
Ngày Phát Hành 2015-08-04
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển patrik.wlund
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.6",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "request.js"
        ]
    }
}