#NowPlaying for Google Play Music
It's tools to share music playing on Youtube Music to SNS.
什麼是#NowPlaying for Google Play Music?
#NowPlaying for Google Play Music是由mizdra開發的Chrome擴展程式,該擴展的主要功能是“It's tools to share music playing on Youtube Music to SNS.”。
擴展截圖
下載#NowPlaying for Google Play Music擴展crx文件
下載#NowPlaying for Google Play Music擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
## Features - Share your music to Twitter - Support Youtube Music - Customizable template with variable - ${title}: The title of music - ${artist}: The artist name of music - ${album}: The album name of music - Support mobile platform ## Change Log - see https://github.com/mizdra/now-playing-for-google-play-music/blob/master/CHANGELOG.md
擴展基本資訊
名稱 | #NowPlaying for Google Play Music |
ID | nhpanomgefidcljmcmkbanhoomaglmlk |
官方網址 | https://chromewebstore.google.com/detail/nowplaying-for-google-pla/nhpanomgefidcljmcmkbanhoomaglmlk |
簡介 | It's tools to share music playing on Youtube Music to SNS. |
檔案大小 | 863 KB |
安裝次數 | 311 |
目前版本 | 1.3.0 |
更新時間 | 2021-06-15 |
上架時間 | 2019-12-15 |
評分 | 5.00/5 共 5 次評分 |
開發者 | mizdra |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://now-playing-for-gpm.mizdra.net |
說明頁面URL | https://github.com/mizdra/now-playing-for-google-play-music |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "#NowPlaying for Google Play Music", "version": "1.3.0", "description": "It's tools to share music playing on Youtube Music to SNS.", "short_name": "#NowPlaying", "author": "mizdra", "homepage_url": "https:\/\/now-playing-for-gpm.mizdra.net", "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "content_scripts": [ { "matches": [ "https:\/\/music.youtube.com\/*" ], "run_at": "document_idle", "js": [ ".\/pages\/ytm\/content.js" ] } ], "options_ui": { "page": ".\/pages\/options.html", "open_in_tab": true }, "icons": { "48": "img\/logo-48.png", "96": "img\/logo-96.png", "128": "img\/logo-128.png" }, "manifest_version": 2 } |