YouTube - Pause with Space Properly
Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.
ما هو YouTube - Pause with Space Properly؟
YouTube - Pause with Space Properly هو إضافة Chrome تم تطويرها بواسطة James Forsyth، والميزة الرئيسية لها هي "Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.".
تحميل ملف CRX للإضافة YouTube - Pause with Space Properly
قم بتنزيل ملفات الامتداد YouTube - Pause with Space Properly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fixes the common issue with pressing space to pause YouTube videos. This extension refocuses the video when pressing space (unless you're trying to type), preventing the default behaviour that shoots halfway down the webpage. Simple fix for a simple problem. Don't know why YouTube won't fix things themselves.
معلومات أساسية عن التمديد
الاسم | |
ID | cdidekkahbpdfkaegopcnpkobibblmof |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-pause-with-space/cdidekkahbpdfkaegopcnpkobibblmof |
الوصف | Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling. |
حجم الملف | 19.83 KB |
عدد التثبيتات | 151 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-12-13 |
تاريخ النشر | 2017-12-13 |
تقييم | 3.80/5 مجموع تقييمات 10 |
المطور | James Forsyth |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube - Pause with Space Properly", "description": "Allows you to pause\/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "space.js" ], "run_at": "document_start" } ], "icons": { "128": "space-128.png", "38": "space-38.png", "19": "space-19.png" } } |