Spotify Web Player

Get A Spotify Web Player Extension Unofficial To Enjoy Music

Spotify Web Playerคืออะไร?

Spotify Web Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://spotifywebplayers.com และคุณลักษณะหลักของมันคือ "Get A Spotify Web Player Extension Unofficial To Enjoy Music"

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

screenshot
screenshot
screenshot

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

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

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

                        Spotify Web Player allows the users seamlessly play, pause, like, repeat or jump track while surfing the web without visiting open.spotify.com or Web Player Website.

Manage Spotify Music From Mini Player Using Spotify Web Player Extension.

Make Sure Web Player or Desktop App is running otherwise it will not play music.

The background and text color shows according to song photo palette.

FEATURES:

> Pause, Play, Previous Song or Next Song
> Control volume (Mouse Wheel Method)
> Like the song
> Repeat or Shuffle

KEYBOARD SHORTCUTS (HOTKEYS):

Pause / Play => Space

Previous Song => Arrow Left

Next Song => Arrow Right

Volume Up => Arrow Up

Volume Down => Arrow Down

Repeat => R

Mute => M

Add / Remove Liked Songs => L


INSTALLATION INSTRUCTIONS:

1. Click on “Add to Chrome” button.
2. Then, click on “Add Extension” button prompted on screen.
3. Click on “Puzzle” icon on right hand side of Chrome bar.
4. Pin the extension as it should be blue pin in front of the extension name.
5. Play the music on official website and manage from the Mini Player extension.

DISCLAIMER:

Spotify is a trademark of Spotify Technology S.A., registered in the U.S. and other countries. This extension is an independent project and has no relationship to Spotify or Spotify Technology S.A.

This extension is against Spotify's Terms of Service.                    

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

ชื่อ Spotify Web Player Spotify Web Player
ID lmbnkiecahdigalgmmphppchciafbfkn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/spotify-web-player/lmbnkiecahdigalgmmphppchciafbfkn
คำอธิบาย Get A Spotify Web Player Extension Unofficial To Enjoy Music
ขนาดไฟล์ 48.58 KB
จำนวนการติดตั้ง 686
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-01-29
วันที่เผยแพร่ 2023-01-17
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://spotifywebplayers.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.spotifywebplayers.com/
URL หน้าช่วยเหลือ https://www.spotifywebplayers.com/
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/*.spotify.com\/"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/spotify-web-player-128x128.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/spotify-web-player-16x16.png",
        "48": "images\/spotify-web-player-48x48.png",
        "128": "images\/spotify-web-player-128x128.png"
    }
}