SpotiPlonk

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

SpotiPlonkคืออะไร?

SpotiPlonk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย patrik.wlund และคุณลักษณะหลักของมันคือ "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened)."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SpotiPlonk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
คำอธิบาย Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
ขนาดไฟล์ 18.87 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2015-08-04
วันที่เผยแพร่ 2015-08-04
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา patrik.wlund
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        ]
    }
}