AzLyrics - Clean View & Dark Mode

Get a Cleaner, Wider and Darker AzLyrics Experience!

Qu'est-ce que AzLyrics - Clean View & Dark Mode ?

AzLyrics - Clean View & Dark Mode est une extension Chrome développée par Otávio Pires, et sa fonction principale est "Get a Cleaner, Wider and Darker AzLyrics Experience!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AzLyrics - Clean View & Dark Mode

Téléchargez les fichiers d'extension AzLyrics - Clean View & Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AzLyrics - Clean View & Dark Mode AzLyrics - Clean View & Dark Mode
ID ancolfadadfapijnjdlimchpioadpopo
URL Officiel https://chrome.google.com/webstore/detail/azlyrics-clean-view-dark/ancolfadadfapijnjdlimchpioadpopo
Description Get a Cleaner, Wider and Darker AzLyrics Experience!
Taille du Fichier 6.96 KB
Nombre d'Installations 13
Version Actuelle 0.001
Dernière Mise à Jour 2020-01-19
Date de Publication 2020-01-19
Développeur Otávio Pires
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}