YouTube toggle
Pause / play youtube via shortcut from anywhere
ما هو YouTube toggle؟
YouTube toggle هو إضافة Chrome تم تطويرها بواسطة Florian Thomas، والميزة الرئيسية لها هي "Pause / play youtube via shortcut from anywhere".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube toggle
قم بتنزيل ملفات الامتداد YouTube toggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Set the shortcut in your chrome settings and it will pause / play your open YouTube-Video once you press the specified key combination.
معلومات أساسية عن التمديد
الاسم | |
ID | hpfgcckhlgfbajmpcfbdidecbfmmccjj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-toggle/hpfgcckhlgfbajmpcfbdidecbfmmccjj |
الوصف | Pause / play youtube via shortcut from anywhere |
حجم الملف | 7.8 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-06-28 |
تاريخ النشر | 2016-06-28 |
المطور | Florian Thomas |
نوع الدفع | free |
موقع الإضافة | https://github.com/Crunch09/youtube-toggle |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube toggle", "description": "Pause \/ play youtube via shortcut from anywhere", "version": "1.0", "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "commands": { "toggle-youtube": { "suggested_key": { "default": "Ctrl+Shift+P" }, "description": "Toggle YouTube" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon128_128.png", "48": "icon48_48.png" }, "author": "Florian Thomas" } |