Youtube disable lightsaber sound

Removes the annoying youtube lightsaber sound

ما هو Youtube disable lightsaber sound؟

Youtube disable lightsaber sound هو إضافة Chrome تم تطويرها بواسطة JustSomeThings، والميزة الرئيسية لها هي "Removes the annoying youtube lightsaber sound".

تحميل ملف CRX للإضافة Youtube disable lightsaber sound

قم بتنزيل ملفات الامتداد Youtube disable lightsaber sound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        1.0.3 UPDATE: YouTube made a change and broke the extension for a few hours today. MiJyn has fixed it and we are back up and running!

This tiny little extension simply disables the annoying lightsaber sound that YouTube plays when adjusting the volume after you've enabled Star Wars mode.

Extension written by MiJyn and originally distributed via Wordpress at https://lkubuntu.wordpress.com/2015/12/07/how-to-remove-the-annoying-youtube-lightsaber-sound/

Uploaded here with the permission of MiJyn.                    

معلومات أساسية عن التمديد

الاسم Youtube disable lightsaber sound Youtube disable lightsaber sound
ID eaamonkdclpjhbcjfpbkpgabpfdbijde
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde
الوصف Removes the annoying youtube lightsaber sound
حجم الملف 96.6 KB
عدد التثبيتات 472
النسخة الحالية 1.0.3
آخر تحديث 2016-01-05
تاريخ النشر 2016-01-05
تقييم 4.55/5 مجموع تقييمات 42
المطور JustSomeThings
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube disable lightsaber sound",
    "description": "Removes the annoying youtube lightsaber sound",
    "version": "1.0.3",
    "permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}