Chrylics

This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio

¿Qué es Chrylics?

Chrylics es una extensión de Chrome desarrollada por ofekp, y su función principal es "This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Chrylics

Descarga archivos de extensión Chrylics en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension will allow you to instantly view the lyrics of the currently played song in the following sites:
1. YouTube
2. TuneIn Radio

In addition, you can now select a song name and artist in any tab and then just press the extension icon.

Note:
The extension is currently using the site www.azlyrics.com to retrieve the lyrics.

GitHub:
You can contribute to this extension in GitHub from the following link - 
https://github.com/ofekp/chrylics

Enjoy!

Change Log:
1.5.1
--
1. AZ lyrics moved to https
1. Youtube notification number indicator is now removed from the search query
1. Few bugs resolved                    

Información Básica de la Extensión

Nombre Chrylics Chrylics
ID jejnlhnacbkgpemmccfijojjdhebbbob
URL Oficial https://chromewebstore.google.com/detail/chrylics/jejnlhnacbkgpemmccfijojjdhebbbob
Descripción This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio
Tamaño del Archivo 141 KB
Cantidad de Instalaciones 365
Versión Actual 1.5.1
Última Actualización 2017-08-27
Fecha de Publicación 2017-08-27
Calificación 4.50/5 Total de 10 Calificaciones
Desarrollador ofekp
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ofekp/chrylics
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrylics",
    "description": "This extension shows the lyrics for the currently played song in YouTube\/TuneIn Radio",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Show Lyrics"
    },
    "permissions": [
        "http:\/\/www.azlyrics.com\/",
        "https:\/\/www.azlyrics.com\/",
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/www.googleapis.com\/"
    ]
}