Playcount for YouTube™ Music

Display playcount and release year alongside tracks in YouTube™ Music

Qu'est-ce que Playcount for YouTube™ Music ?

Playcount for YouTube™ Music est une extension Chrome développée par OptiSearch, et sa fonction principale est "Display playcount and release year alongside tracks in YouTube™ Music".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Playcount for YouTube™ Music

Téléchargez les fichiers d'extension Playcount for YouTube™ Music au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Playcount for YouTube™ Music Playcount for YouTube™ Music
ID hbeelkpmngkdpgbpniejjhdckdlekpin
URL Officiel https://chromewebstore.google.com/detail/playcount-for-youtube-mus/hbeelkpmngkdpgbpniejjhdckdlekpin
Description Display playcount and release year alongside tracks in YouTube™ Music
Taille du Fichier 46.54 KB
Nombre d'Installations 163
Version Actuelle 1.3
Dernière Mise à Jour 2023-10-05
Date de Publication 2023-01-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur OptiSearch
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://dj0ulo.github.io/OptiSearch/privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}