AzLyrics - Clean View & Dark Mode

Get a Cleaner, Wider and Darker AzLyrics Experience!

¿Qué es AzLyrics - Clean View & Dark Mode?

AzLyrics - Clean View & Dark Mode es una extensión de Chrome desarrollada por Otávio Pires, y su función principal es "Get a Cleaner, Wider and Darker AzLyrics Experience!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AzLyrics - Clean View & Dark Mode

Descarga archivos de extensión AzLyrics - Clean View & Dark Mode 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 is an extension to the website https://www.azlyrics.com/.

Get a Cleaner, Wider and Darker AzLyrics Experience With Only One Click!

Navegate to the lyrics page you want to modify and simply click the button.
Simple like that!

Support and sugestions at GitHub!                    

Información Básica de la Extensión

Nombre AzLyrics - Clean View & Dark Mode AzLyrics - Clean View & Dark Mode
ID ancolfadadfapijnjdlimchpioadpopo
URL Oficial https://chrome.google.com/webstore/detail/azlyrics-clean-view-dark/ancolfadadfapijnjdlimchpioadpopo
Descripción Get a Cleaner, Wider and Darker AzLyrics Experience!
Tamaño del Archivo 6.96 KB
Cantidad de Instalaciones 13
Versión Actual 0.001
Última Actualización 2020-01-19
Fecha de Publicación 2020-01-19
Desarrollador Otávio Pires
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AzLyrics - Clean View & Dark Mode",
    "version": "0.001",
    "description": "Get a Cleaner, Wider and Darker AzLyrics Experience!",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.azlyrics.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/az16.png",
            "32": "images\/az32.png",
            "48": "images\/az48.png",
            "128": "images\/az128.png"
        }
    },
    "icons": {
        "16": "images\/az16.png",
        "32": "images\/az32.png",
        "48": "images\/az48.png",
        "128": "images\/az128.png"
    }
}