AzLyrics - Clean View & Dark Mode
Get a Cleaner, Wider and Darker AzLyrics Experience!
Cos'è AzLyrics - Clean View & Dark Mode?
AzLyrics - Clean View & Dark Mode è un'estensione di Chrome sviluppata da Otávio Pires, e la sua funzione principale è "Get a Cleaner, Wider and Darker AzLyrics Experience!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AzLyrics - Clean View & Dark Mode
Scarica i file di estensione AzLyrics - Clean View & Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ancolfadadfapijnjdlimchpioadpopo |
URL Ufficiale | https://chrome.google.com/webstore/detail/azlyrics-clean-view-dark/ancolfadadfapijnjdlimchpioadpopo |
Descrizione | Get a Cleaner, Wider and Darker AzLyrics Experience! |
Dimensione del File | 6.96 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.001 |
Ultimo Aggiornamento | 2020-01-19 |
Data di Pubblicazione | 2020-01-19 |
Sviluppatore | Otávio Pires |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |