Song Lyric Auto

Show song lyric automatically when playing music or video on Deezer, Youtube, Spotify, Joox, Google Music and Jango

Cos'è Song Lyric Auto?

Song Lyric Auto è un'estensione di Chrome sviluppata da https://lirikbagus.id, e la sua funzione principale è "Show song lyric automatically when playing music or video on Deezer, Youtube, Spotify, Joox, Google Music and Jango".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Song Lyric Auto

Scarica i file di estensione Song Lyric Auto 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

                        Auto Show Lyric is extension for your chrome browser
- complete 
- easy to use 
- light
- very fast

Features: 
- draggable
- resizable
- always free

Share this extension and give a good review if you find helpful. Thanks.                    

Informazioni di Base sull'Estensione

Nome Song Lyric Auto Song Lyric Auto
ID ggmhmienjhfcelpenonejnleoddkdjba
URL Ufficiale https://chromewebstore.google.com/detail/song-lyric-auto/ggmhmienjhfcelpenonejnleoddkdjba
Descrizione Show song lyric automatically when playing music or video on Deezer, Youtube, Spotify, Joox, Google Music and Jango
Dimensione del File 80.53 KB
Conteggio Installazioni 3,756
Versione Corrente 3.7
Ultimo Aggiornamento 2022-09-20
Data di Pubblicazione 2019-06-18
Valutazione 3.54/5 Totale 50 Valutazioni
Sviluppatore https://lirikbagus.id
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lirikbagus.id
URL della Pagina di Aiuto https://lirikbagus.id
Lingue Supportate id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.7",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deezer.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/open.spotify.com\/*",
                "*:\/\/play.google.com\/*",
                "*:\/\/www.jango.com\/*",
                "*:\/\/www.joox.com\/*",
                "*:\/\/hardrockfm.com\/*",
                "*:\/\/gen987fm.com\/*",
                "*:\/\/jak101fm.com\/*",
                "*:\/\/mustang88fm.com\/*",
                "*:\/\/kis951fm.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "background_copy.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}