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”。
扩展截图
下载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 |
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" ] } ] } |