Playcount for YouTube™ Music
Display playcount and release year alongside tracks in YouTube™ Music
O que é Playcount for YouTube™ Music?
Playcount for YouTube™ Music é uma extensão do Chrome desenvolvida por OptiSearch, e sua principal característica é "Display playcount and release year alongside tracks in YouTube™ Music".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Playcount for YouTube™ Music
Baixe arquivos de extensão Playcount for YouTube™ Music no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Playcount for YouTube™ Music |
ID | hbeelkpmngkdpgbpniejjhdckdlekpin |
URL Oficial | https://chromewebstore.google.com/detail/playcount-for-youtube-mus/hbeelkpmngkdpgbpniejjhdckdlekpin |
Descrição | Display playcount and release year alongside tracks in YouTube™ Music |
Tamanho do Arquivo | 46.54 KB |
Contagem de Instalações | 163 |
Versão Atual | 1.3 |
Última Atualização | 2023-10-05 |
Data de Publicação | 2023-01-28 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | OptiSearch |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://dj0ulo.github.io/OptiSearch/privacy.html |
Idiomas Suportados | 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" ] } ] } |