Playcount for YouTube™ Music

Display playcount and release year alongside tracks in YouTube™ Music

Playcount for YouTube™ Musicคืออะไร?

Playcount for YouTube™ Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OptiSearch และคุณลักษณะหลักของมันคือ "Display playcount and release year alongside tracks in YouTube™ Music"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playcount for YouTube™ Music

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

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

                        Display playcount of track, viewcount of videos and release year inside :
 • Album page
 • Playlist page
 • Song list of artist page
 • Search page

Note that in the search page, the release year is displayed at the place of the duration which is moved to the right.                    

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

ชื่อ Playcount for YouTube™ Music Playcount for YouTube™ Music
ID hbeelkpmngkdpgbpniejjhdckdlekpin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playcount-for-youtube-mus/hbeelkpmngkdpgbpniejjhdckdlekpin
คำอธิบาย Display playcount and release year alongside tracks in YouTube™ Music
ขนาดไฟล์ 46.54 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-10-05
วันที่เผยแพร่ 2023-01-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา OptiSearch
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://dj0ulo.github.io/OptiSearch/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playcount for YouTube\u2122 Music",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Display playcount and release year alongside tracks in YouTube\u2122 Music",
    "host_permissions": [
        "https:\/\/ytmusic-enhancer.000webhostapp.com\/*"
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/music.youtube.com\/*"
            ],
            "js": [
                "src\/utils.js",
                "src\/track_metadata.js"
            ]
        }
    ]
}