Better Hulu PiP
Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.
ما هو Better Hulu PiP؟
Better Hulu PiP هو إضافة Chrome تم تطويرها بواسطة Anthony Baldwin، والميزة الرئيسية لها هي "Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Hulu PiP
قم بتنزيل ملفات الامتداد Better Hulu PiP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hulu prevents Chrome's picture-in-picture (PiP) feature. This extension re-enables w/ play/pause, forward/backward seek, next episode, and restart episode controls. There is no previous episode button on Hulu. Captions will not display w/in PiP. معلومات أساسية عن التمديد
| الاسم | |
| ID | feeolchckomhbfagmgomdkncibjpedhh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-hulu-pip/feeolchckomhbfagmgomdkncibjpedhh |
| الوصف | Enable picture-in-picture (PiP) & browser playback controls for Hulu videos. |
| حجم الملف | 26.37 KB |
| عدد التثبيتات | 387 |
| النسخة الحالية | 0.0.0.3 |
| آخر تحديث | 2022-05-24 |
| تاريخ النشر | 2022-05-17 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Anthony Baldwin |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/anthonybaldwin/better-hulu-pip |
| عنوان صفحة المساعدة | https://github.com/anthonybaldwin/better-hulu-pip/issues |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Better Hulu PiP",
"description": "Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.",
"version": "0.0.0.3",
"content_scripts": [
{
"matches": [
"https:\/\/www.hulu.com\/watch\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |