YouTube Spacebar Pause
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
ما هو YouTube Spacebar Pause؟
YouTube Spacebar Pause هو إضافة Chrome تم تطويرها بواسطة MAaxim91، والميزة الرئيسية لها هي "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.".
تحميل ملف CRX للإضافة YouTube Spacebar Pause
قم بتنزيل ملفات الامتداد YouTube Spacebar Pause بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. Fixed version of "youtube-spacebar-fix" by Fireside Guru.
معلومات أساسية عن التمديد
الاسم | |
ID | kelhcneanfdjfbneoljbgpahgfcacdhh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh |
الوصف | Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. |
حجم الملف | 34.04 KB |
عدد التثبيتات | 131 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-04-02 |
تاريخ النشر | 2018-04-02 |
تقييم | 4.70/5 مجموع تقييمات 10 |
المطور | MAaxim91 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "init.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "YouTube Spacebar Pause", "page_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "YouTube Spacebar Pause" }, "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |