Lyrics Scroller

Scrolls page down automatically to help musicians read lyrics while recording songs

What is Lyrics Scroller?

Lyrics Scroller is a Chrome extension developed by adik59871, and its main feature is "Scrolls page down automatically to help musicians read lyrics while recording songs".

Extension Screenshots

screenshot

Download Lyrics Scroller Extension CRX File

Download Lyrics Scroller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Open a lyrics webpage, then start scrolling using the plugin without using your hands. Scrolls page down automatically to help musicians read lyrics while recording / jamming songs.

Small chrome extension to help me personally when playing the guitar and working out the lyrics and chords of a song. Hope it helps you top! 

If you like this extension, would be much obliged if you could rate it!                    

Extension Basic Information

Name Lyrics Scroller Lyrics Scroller
ID bmcmfccgdcilkfclfaghimpobilmgaoi
Official URL https://chromewebstore.google.com/detail/lyrics-scroller/bmcmfccgdcilkfclfaghimpobilmgaoi
Description Scrolls page down automatically to help musicians read lyrics while recording songs
File Size 70.22 KB
Installation Count 388
Current Version 1.5
Last Updated 2021-12-28
Publish Date 2020-06-19
Developer adik59871
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyrics Scroller",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Scrolls page down automatically to help musicians read lyrics while recording songs",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "app",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}