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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}