AppleMusic-Notification

You can display and operate Apple Music music information during playback. In addition, the lyrics can be displayed .

AppleMusic-Notificationคืออะไร?

AppleMusic-Notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kawa-nobu และคุณลักษณะหลักของมันคือ "You can display and operate Apple Music music information during playback. In addition, the lyrics can be displayed ."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppleMusic-Notification

ดาวน์โหลดไฟล์ส่วนขยาย AppleMusic-Notification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        -English(Translate)-

The music being played on the Web version of AppleMusic can be operated using the media keys on the keyboard. You can display song titles on the lock screen and control playback.
(Confirm only on Windows 10 Chrome and MS Edge and ChromeOS)
In addition, you can also search for lyrics using UtaTen(https://utaten.com/) and search for the characters you care about when browsing the Web with AppleMusic.

How to use

・ Click this extension icon next to the URL field.
Click on the jacket image to jump to the UtaTen lyrics page in a new window.

・ If there is a word that you are worried about when browsing the Web, select it and click “Search with AppleMusic”.
A new tab opens and you can search in fast.

Dark mode support!
Click the Twitter icon to tweet with "#NowPlaying"!
Equalizer functions etc. can be used!
Supports full screen display mode!
(Only songs in Apple Music)

・ This extension is not official.

GitHub: https://github.com/kawa-nobu/AppleMusic-notification
Please check the release of Github for detailed update contents etc.

Using services
AppleMusic Web : https://music.apple.com/
UtaTen : https://utaten.com/
Twitter : https://twitter.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AppleMusic-Notification AppleMusic-Notification
ID oijfkgmlaaolhekgpnnkpioflmbpdodc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/applemusic-notification/oijfkgmlaaolhekgpnnkpioflmbpdodc
คำอธิบาย You can display and operate Apple Music music information during playback. In addition, the lyrics can be displayed .
ขนาดไฟล์ 42.62 KB
จำนวนการติดตั้ง 305
เวอร์ชันปัจจุบัน 2.0.9.4
อัปเดตครั้งล่าสุด 2022-11-03
วันที่เผยแพร่ 2020-06-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา kawa-nobu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "2.0.9.4",
    "manifest_version": 3,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "svg\/twitter.svg",
                "svg\/miniw.svg",
                "svg\/settings.svg",
                "svg\/fullscr.svg",
                "svg\/play.svg",
                "svg\/pause.svg",
                "svg\/next.svg",
                "svg\/prev.svg",
                "minip.html",
                "minip.js",
                "nv_minip.html",
                "nv_minip.js",
                "top_scr.js",
                "dark_sh.css"
            ],
            "matches": [
                "https:\/\/music.apple.com\/*",
                "https:\/\/*.blobstore.apple.com\/*",
                "https:\/\/*.mzstatic.com\/*"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.apple.com\/*"
            ],
            "js": [
                "content.js",
                "top_scr.js"
            ]
        }
    ]
}