Song Lyric Auto

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

Vad är Song Lyric Auto?

Song Lyric Auto är en Chrome-tillägg utvecklad av https://lirikbagus.id, och dess huvudfunktion är "Show song lyric automatically when playing music or video on Deezer, Youtube, Spotify, Joox, Google Music and Jango".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Song Lyric Auto-förlängningens CRX-fil

Ladda ner Song Lyric Auto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Song Lyric Auto Song Lyric Auto
ID ggmhmienjhfcelpenonejnleoddkdjba
Officiell webbadress https://chromewebstore.google.com/detail/song-lyric-auto/ggmhmienjhfcelpenonejnleoddkdjba
Beskrivning Show song lyric automatically when playing music or video on Deezer, Youtube, Spotify, Joox, Google Music and Jango
Filstorlek 80.53 KB
Antal Installationer 3,756
Aktuell Version 3.7
Senast Uppdaterad 2022-09-20
Publiceringsdatum 2019-06-18
Betyg 3.54/5 Totalt 50 Betyg
Utvecklare https://lirikbagus.id
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://lirikbagus.id
Hjälpsida URL https://lirikbagus.id
Stödda Språk 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"
    ]
}