HBO Enhanced
A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.
ما هو HBO Enhanced؟
HBO Enhanced هو إضافة Chrome تم تطويرها بواسطة nrobinson، والميزة الرئيسية لها هي "A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HBO Enhanced
قم بتنزيل ملفات الامتداد HBO Enhanced بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds shortcuts and fixes to HBO Now and HBO Go. Features: - Right arrow skips forward 10 seconds on streams (left arrow skips backward) - Up arrow turns volume on site up (down arrow turns volume down) Fixes: - Clicking space bar to pause no longer scrolls down the page With more updates coming! Disclaimer: HBO, HBO Now, and HBO Go are trademarks of Home Box Office, Inc. This application and its developer are in no way affiliated with Home Box Office, Inc.
معلومات أساسية عن التمديد
الاسم | HBO Enhanced |
ID | kibhmcdemphikjllndhmdjfailnllbjo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hbo-enhanced/kibhmcdemphikjllndhmdjfailnllbjo |
الوصف | A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials. |
حجم الملف | 8.46 KB |
عدد التثبيتات | 2,421 |
النسخة الحالية | 0.4 |
آخر تحديث | 2020-05-05 |
تاريخ النشر | 2020-05-05 |
تقييم | 4.14/5 مجموع تقييمات 7 |
المطور | nrobinson |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/nrobinson12/hbo-now-enhanced |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HBO Enhanced", "description": "A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.", "version": "0.4", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/play.hbonow.com\/*", "https:\/\/play.hbogo.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "permissions": [ "tabs" ] } |