Twitch DVR
Twitch DVR adds DVR style controls to Twitch streams
ما هو Twitch DVR؟
Twitch DVR هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Twitch DVR adds DVR style controls to Twitch streams".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch DVR
قم بتنزيل ملفات الامتداد Twitch DVR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Twitch DVR adds YouTube-like DVR functionality to Twitch streams. This allows you to rewind live video (a max of about 60 seconds) without having to create a clip or watch the VOD after the stream is finished.
معلومات أساسية عن التمديد
الاسم | Twitch DVR |
ID | omhdclmalgidiodbfjcjagnbcfadpina |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-dvr/omhdclmalgidiodbfjcjagnbcfadpina |
الوصف | Twitch DVR adds DVR style controls to Twitch streams |
حجم الملف | 9.39 KB |
عدد التثبيتات | 2,306 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-08-11 |
تاريخ النشر | 2018-08-11 |
تقييم | 2.50/5 مجموع تقييمات 8 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch DVR", "description": "Twitch DVR adds DVR style controls to Twitch streams", "version": "1.1", "manifest_version": 2, "browser_action": { "default_icon": "img\/icon128.png" }, "icons": { "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "js\/dvr.js" ] } ], "web_accessible_resources": [ "html\/playerSeek.html" ] } |