Google Play Music Autoplay

Provides autoplay options via url parameters on song or playlist URLs

作者
baisong
日安装量
0
总安装量
82
评分
2 0 0
版本
0.1
创建于
2017-06-24
更新于
2017-06-24
许可证
暂无
适用于

Wanted a way to save a bookmark that automatically starts playing a song on Google Play Music.

Usage:

On a single song URL

1. Get the link to a song by [Right click] > "Share"
2. Add `&autoplay=true` to the end.
3. Save bookmark

Example:

- https://play.google.com/music/m/Tdbjkxmq2gcw7zrmmoj2ubtqfm4?t=You_Gotta_Be_-_Desree&autoplay=true


On a song inside a playlist

1. Go to your playlist
2. In the URL, insert `?autoplay=true&index={X}` in the URL, where X is the number of the song you want.
3. Save bookmark

Example:

- https://play.google.com/music/listen?autoplay=true&index=3#/pl/[PLAYLISTID]

(This link plays the third song in the playlist).