#NowPlaying for Google Play Music

It's tools to share music playing on Youtube Music to SNS.

Apa itu #NowPlaying for Google Play Music?

#NowPlaying for Google Play Music adalah ekstensi Chrome yang dikembangkan oleh mizdra, dan fitur utamanya adalah "It's tools to share music playing on Youtube Music to SNS.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi #NowPlaying for Google Play Music

Unduh file ekstensi #NowPlaying for Google Play Music dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ## 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                    

Informasi Dasar Ekstensi

Nama #NowPlaying for Google Play Music #NowPlaying for Google Play Music
ID nhpanomgefidcljmcmkbanhoomaglmlk
URL Resmi https://chromewebstore.google.com/detail/nowplaying-for-google-pla/nhpanomgefidcljmcmkbanhoomaglmlk
Deskripsi It's tools to share music playing on Youtube Music to SNS.
Ukuran File 863 KB
Jumlah Instalasi 311
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2021-06-15
Tanggal Publikasi 2019-12-15
Penilaian 5.00/5 Total 5 Penilaian
Pengembang mizdra
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://now-playing-for-gpm.mizdra.net
URL Halaman Bantuan https://github.com/mizdra/now-playing-for-google-play-music
Bahasa yang Didukung 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
}