Twitch No Flash
Forces Twitch to use HTML5 player instead of the Flash player.
ما هو Twitch No Flash؟
Twitch No Flash هو إضافة Chrome تم تطويرها بواسطة https://www.bayram1995.org، والميزة الرئيسية لها هي "Forces Twitch to use HTML5 player instead of the Flash player.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch No Flash
قم بتنزيل ملفات الامتداد Twitch No Flash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces the default Twitch Flashplayer by an HTML5 player. The replacement takes place once the page (stream and chat) is loaded. HTML5 is way more efficient than the current Flashplayer.
معلومات أساسية عن التمديد
الاسم | Twitch No Flash |
ID | dlifapdiegmmbccmbkdddilihgjpmoli |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli |
الوصف | Forces Twitch to use HTML5 player instead of the Flash player. |
حجم الملف | 23.46 KB |
عدد التثبيتات | 436 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-08-08 |
تاريخ النشر | 2015-08-08 |
تقييم | 1.71/5 مجموع تقييمات 7 |
المطور | https://www.bayram1995.org |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "TwitchNoFlash.js" ], "matches": [ "http:\/\/*.twitch.tv\/*", "https:\/\/*.twitch.tv\/*", "http:\/\/twitch.tv\/*", "https:\/\/twitch.tv\/*" ], "run_at": "document_end" } ], "description": "Forces Twitch to use HTML5 player instead of the Flash player.", "manifest_version": 2, "version": "1.2", "author": "Bayram1995", "homepage_url": "http:\/\/www.bayram1995.org", "name": "Twitch No Flash", "short_name": "Twitch No Flash", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |