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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}