Ultimate-Guitar No BS

Get rid of that crap

Qu'est-ce que Ultimate-Guitar No BS ?

Ultimate-Guitar No BS est une extension Chrome développée par Brandon Flynn, et sa fonction principale est "Get rid of that crap".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ultimate-Guitar No BS

Téléchargez les fichiers d'extension Ultimate-Guitar No BS 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

                        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.                    

Informations de Base sur l'Extension

Nom Ultimate-Guitar No BS Ultimate-Guitar No BS
ID jmpkkadmknlnfhodidloffadbagededm
URL Officiel https://chromewebstore.google.com/detail/ultimate-guitar-no-bs/jmpkkadmknlnfhodidloffadbagededm
Description Get rid of that crap
Taille du Fichier 233 KB
Nombre d'Installations 484
Version Actuelle 1.1
Dernière Mise à Jour 2019-07-23
Date de Publication 2019-07-23
Évaluation 4.78/5 Total 9 Évaluations
Développeur Brandon Flynn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}