AzLyrics - Clean View & Dark Mode
Get a Cleaner, Wider and Darker AzLyrics Experience!
O que é AzLyrics - Clean View & Dark Mode?
AzLyrics - Clean View & Dark Mode é uma extensão do Chrome desenvolvida por Otávio Pires, e sua principal característica é "Get a Cleaner, Wider and Darker AzLyrics Experience!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AzLyrics - Clean View & Dark Mode
Baixe arquivos de extensão AzLyrics - Clean View & Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | ancolfadadfapijnjdlimchpioadpopo |
URL Oficial | https://chrome.google.com/webstore/detail/azlyrics-clean-view-dark/ancolfadadfapijnjdlimchpioadpopo |
Descrição | Get a Cleaner, Wider and Darker AzLyrics Experience! |
Tamanho do Arquivo | 6.96 KB |
Contagem de Instalações | 13 |
Versão Atual | 0.001 |
Última Atualização | 2020-01-19 |
Data de Publicação | 2020-01-19 |
Desenvolvedor | Otávio Pires |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |