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
}