YouTube Space Bar

Actually pause YouTube videos with the space bar

ما هو YouTube Space Bar؟

YouTube Space Bar هو إضافة Chrome تم تطويرها بواسطة djmartin5454، والميزة الرئيسية لها هي "Actually pause YouTube videos with the space bar".

تحميل ملف CRX للإضافة YouTube Space Bar

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

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

                        No one has ever wanted to scroll down on YouTube using the space bar.
This fixes that.

There are a few extensions that claim to do this, but this one actually works.

Also, spaces typed in the comment box, or in the search bar do not pause the video as they do in some other extensions.                    

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

الاسم YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
الوصف Actually pause YouTube videos with the space bar
حجم الملف 6.04 KB
عدد التثبيتات 121
النسخة الحالية 1.2
آخر تحديث 2016-10-03
تاريخ النشر 2016-10-03
تقييم 3.33/5 مجموع تقييمات 15
المطور djmartin5454
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Space Bar",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Actually pause YouTube videos with the space bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "icon.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}