Playcount for YouTube™ Music

Display playcount and release year alongside tracks in YouTube™ Music

什麼是Playcount for YouTube™ Music?

Playcount for YouTube™ Music是由OptiSearch開發的Chrome擴展程式,該擴展的主要功能是“Display playcount and release year alongside tracks in YouTube™ Music”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Playcount for YouTube™ Music擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}