#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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

#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 #NowPlaying for Google Play Music
ID nhpanomgefidcljmcmkbanhoomaglmlk
公式URL 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
Eメール [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
}