Yandex Music Lyrics
Quickly auto find and show lyrics for Ya music
Cos'è Yandex Music Lyrics?
Yandex Music Lyrics è un'estensione di Chrome sviluppata da goderfly, e la sua funzione principale è "Quickly auto find and show lyrics for Ya music".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yandex Music Lyrics
Scarica i file di estensione Yandex Music Lyrics 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
Подстановка слов всех песен правый блок на сайте music.yandex.ru Informazioni di Base sull'Estensione
| Nome | |
| ID | hfkoiehblcbahfgpobngdgfjphpbbejk |
| URL Ufficiale | https://chromewebstore.google.com/detail/yandex-music-lyrics/hfkoiehblcbahfgpobngdgfjphpbbejk |
| Descrizione | Quickly auto find and show lyrics for Ya music |
| Dimensione del File | 55.33 KB |
| Conteggio Installazioni | 86 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2022-06-03 |
| Data di Pubblicazione | 2022-06-03 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | goderfly |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Yandex Music Lyrics",
"description": "Quickly auto find and show lyrics for Ya music",
"version": "0.1",
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"background"
],
"content_scripts": [
{
"matches": [
"https:\/\/music.yandex.ru\/*"
],
"js": [
"content.js"
]
}
]
} | |