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
Eメール [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
}