Youtube restore spacebar to scroll
A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
ما هو Youtube restore spacebar to scroll؟
Youtube restore spacebar to scroll هو إضافة Chrome تم تطويرها بواسطة bsitdk، والميزة الرئيسية لها هي "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube restore spacebar to scroll
قم بتنزيل ملفات الامتداد Youtube restore spacebar to scroll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video. This extension removes the "Spacebar to pause" functionality and restores the scrolling.
معلومات أساسية عن التمديد
الاسم | Youtube restore spacebar to scroll |
ID | ahjglamdpmmcnabdflfbchopbahahhpk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk |
الوصف | A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com |
حجم الملف | 3.21 KB |
عدد التثبيتات | 429 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-04-12 |
تاريخ النشر | 2019-04-12 |
تقييم | 5.00/5 مجموع تقييمات 12 |
المطور | bsitdk |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube restore spacebar to scroll", "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube.js" ] } ] } |