#NowPlaying for Google Play Music
It's tools to share music playing on Youtube Music to SNS.
Qu'est-ce que #NowPlaying for Google Play Music ?
#NowPlaying for Google Play Music est une extension Chrome développée par mizdra, et sa fonction principale est "It's tools to share music playing on Youtube Music to SNS.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension #NowPlaying for Google Play Music
Téléchargez les fichiers d'extension #NowPlaying for Google Play Music au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
## 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
Informations de Base sur l'Extension
Nom | #NowPlaying for Google Play Music |
ID | nhpanomgefidcljmcmkbanhoomaglmlk |
URL Officiel | https://chromewebstore.google.com/detail/nowplaying-for-google-pla/nhpanomgefidcljmcmkbanhoomaglmlk |
Description | It's tools to share music playing on Youtube Music to SNS. |
Taille du Fichier | 863 KB |
Nombre d'Installations | 311 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2021-06-15 |
Date de Publication | 2019-12-15 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | mizdra |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://now-playing-for-gpm.mizdra.net |
URL de la Page d'Aide | https://github.com/mizdra/now-playing-for-google-play-music |
Langues Prises en Charge | 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 } |