Playcount for YouTube™ Music

Display playcount and release year alongside tracks in YouTube™ Music

Cos'è Playcount for YouTube™ Music?

Playcount for YouTube™ Music è un'estensione di Chrome sviluppata da OptiSearch, e la sua funzione principale è "Display playcount and release year alongside tracks in YouTube™ Music".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Playcount for YouTube™ Music

Scarica i file di estensione Playcount for YouTube™ Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Playcount for YouTube™ Music Playcount for YouTube™ Music
ID hbeelkpmngkdpgbpniejjhdckdlekpin
URL Ufficiale https://chromewebstore.google.com/detail/playcount-for-youtube-mus/hbeelkpmngkdpgbpniejjhdckdlekpin
Descrizione Display playcount and release year alongside tracks in YouTube™ Music
Dimensione del File 46.54 KB
Conteggio Installazioni 163
Versione Corrente 1.3
Ultimo Aggiornamento 2023-10-05
Data di Pubblicazione 2023-01-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore OptiSearch
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://dj0ulo.github.io/OptiSearch/privacy.html
Lingue Supportate 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"
            ]
        }
    ]
}