Ultimate-Guitar No BS
Get rid of that crap
O que é Ultimate-Guitar No BS?
Ultimate-Guitar No BS é uma extensão do Chrome desenvolvida por Brandon Flynn, e sua principal característica é "Get rid of that crap".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ultimate-Guitar No BS
Baixe arquivos de extensão Ultimate-Guitar No BS 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
You want the tab and nothing else? This removes all distractions from Ultimate Guitar. July 04 2018: Script activates on 'load' event now. Should work all the time. May not, who knows. Removed the red 'back button'. Didn't really need that. Made the search box wider. I'll hide the 'site:ultimate-guitar.com' when I get around to it.
Informações Básicas da Extensão
Nome | Ultimate-Guitar No BS |
ID | jmpkkadmknlnfhodidloffadbagededm |
URL Oficial | https://chromewebstore.google.com/detail/ultimate-guitar-no-bs/jmpkkadmknlnfhodidloffadbagededm |
Descrição | Get rid of that crap |
Tamanho do Arquivo | 233 KB |
Contagem de Instalações | 484 |
Versão Atual | 1.1 |
Última Atualização | 2019-07-23 |
Data de Publicação | 2019-07-23 |
Classificação | 4.78/5 Total de 9 Avaliações |
Desenvolvedor | Brandon Flynn |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultimate-Guitar No BS", "version": "1.1", "background": { "scripts": [ "ugnobs.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/tabs.ultimate-guitar.com\/*" ], "js": [ "ugnobs.js" ] } ], "description": "Get rid of that crap", "manifest_version": 2 } |