Ultimate-Guitar No BS

Get rid of that crap

Что такое Ultimate-Guitar No BS?

Ultimate-Guitar No BS - это расширение Chrome, разработанное Brandon Flynn, и его основная функция - "Get rid of that crap".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ultimate-Guitar No BS

Скачайте файлы расширений Ultimate-Guitar No BS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Ultimate-Guitar No BS Ultimate-Guitar No BS
ID jmpkkadmknlnfhodidloffadbagededm
Официальный URL https://chromewebstore.google.com/detail/ultimate-guitar-no-bs/jmpkkadmknlnfhodidloffadbagededm
Описание Get rid of that crap
Размер файла 233 KB
Количество установок 484
Текущая Версия 1.1
Последнее Обновление 2019-07-23
Дата публикации 2019-07-23
Рейтинг 4.78/5 Всего 9 оценок
Разработчик Brandon Flynn
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}