Faster videos
Lets you play youtube video at 3x and 4x speed
ما هو Faster videos؟
Faster videos هو إضافة Chrome تم تطويرها بواسطة Xavi، والميزة الرئيسية لها هي "Lets you play youtube video at 3x and 4x speed".
تحميل ملف CRX للإضافة Faster videos
قم بتنزيل ملفات الامتداد Faster videos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever wished you could watch videos at 3 or 4 times the speed? Well now you can with this new amazing chrome plugin. Get hyped for even faster PewDiePie and 100% more cat video. This is the closest thing to that super-fast-learn-thingy in the Matrix.
معلومات أساسية عن التمديد
الاسم | |
ID | fhkmkdjligjbihmdmnacigjnfmjhcbnn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn |
الوصف | Lets you play youtube video at 3x and 4x speed |
حجم الملف | 20 KB |
عدد التثبيتات | 65 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-12-27 |
تاريخ النشر | 2017-12-27 |
المطور | Xavi |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faster videos", "description": "Lets you play youtube video at 3x and 4x speed", "version": "1.0", "browser_action": { "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "plugin.js" ], "run_at": "document_end" } ] } |