Spotify Launcher
Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Spotify Launcherคืออะไร?
Spotify Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sergio.cat และคุณลักษณะหลักของมันคือ "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Launcher
ดาวน์โหลดไฟล์ส่วนขยาย Spotify Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spotify Launcher |
ID | ijckohcliadaplkahbcfdcahjkchbfcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc |
คำอธิบาย | Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened. |
ขนาดไฟล์ | 439 KB |
จำนวนการติดตั้ง | 502 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-03-11 |
วันที่เผยแพร่ | 2015-03-11 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://sergio.cat |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotify Launcher", "description": "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.", "version": "1.2", "author": { "name": "Sergio Cruz", "url": "http:\/\/sergio.cat\/" }, "content_scripts": [ { "js": [ "extension.js" ], "css": [ "extension.css" ], "run_at": "document_start", "matches": [ "*:\/\/play.spotify.com\/*" ] } ] } |