Ultimate-Guitar No BS
Get rid of that crap
Cos'è Ultimate-Guitar No BS?
Ultimate-Guitar No BS è un'estensione di Chrome sviluppata da Brandon Flynn, e la sua funzione principale è "Get rid of that crap".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ultimate-Guitar No BS
Scarica i file di estensione Ultimate-Guitar No BS 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
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.
Informazioni di Base sull'Estensione
Nome | Ultimate-Guitar No BS |
ID | jmpkkadmknlnfhodidloffadbagededm |
URL Ufficiale | https://chromewebstore.google.com/detail/ultimate-guitar-no-bs/jmpkkadmknlnfhodidloffadbagededm |
Descrizione | Get rid of that crap |
Dimensione del File | 233 KB |
Conteggio Installazioni | 484 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-07-23 |
Data di Pubblicazione | 2019-07-23 |
Valutazione | 4.78/5 Totale 9 Valutazioni |
Sviluppatore | Brandon Flynn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |