Playcount for YouTube™ Music
Display playcount and release year alongside tracks in YouTube™ Music
Co to jest Playcount for YouTube™ Music?
Playcount for YouTube™ Music to rozszerzenie Chrome opracowane przez OptiSearch, a jego główną funkcją jest „Display playcount and release year alongside tracks in YouTube™ Music”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Playcount for YouTube™ Music
Pobierz pliki rozszerzeń Playcount for YouTube™ Music w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | hbeelkpmngkdpgbpniejjhdckdlekpin | 
| Oficjalny URL | https://chromewebstore.google.com/detail/playcount-for-youtube-mus/hbeelkpmngkdpgbpniejjhdckdlekpin | 
| Opis | Display playcount and release year alongside tracks in YouTube™ Music | 
| Rozmiar pliku | 46.54 KB | 
| Liczba instalacji | 163 | 
| Aktualna Wersja | 1.3 | 
| Ostatnia Aktualizacja | 2023-10-05 | 
| Data Publikacji | 2023-01-28 | 
| Ocena | 5.00/5 Łącznie 3 Oceny | 
| Deweloper | OptiSearch | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://dj0ulo.github.io/OptiSearch/privacy.html | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |