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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}