Ultimate-Guitar No BS

Get rid of that crap

什么是Ultimate-Guitar No BS?

Ultimate-Guitar No BS是由Brandon Flynn开发的Chrome扩展程序,该扩展的主要功能是“Get rid of that crap”。

扩展截图

screenshot

下载Ultimate-Guitar No BS扩展crx文件

下载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
}