#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 هو إضافة Chrome تم تطويرها بواسطة mizdra، والميزة الرئيسية لها هي "It's tools to share music playing on Youtube Music to SNS.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة #NowPlaying for Google Play Music

قم بتنزيل ملفات الامتداد #NowPlaying for Google Play Music بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ## 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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://now-playing-for-gpm.mizdra.net
عنوان صفحة المساعدة 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
}