Picture in Picture with subtitles — Piphover
Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.
ما هو Picture in Picture with subtitles — Piphover؟
Picture in Picture with subtitles — Piphover هو إضافة Chrome تم تطويرها بواسطة https://piphover.com، والميزة الرئيسية لها هي "Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Picture in Picture with subtitles — Piphover
قم بتنزيل ملفات الامتداد Picture in Picture with subtitles — Piphover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Picture in Picture with subtitles (Finally). Increase your productivity while continuing watching what you love in any language. PLATFORMS ✅ We don't have a list of allowed streaming platforms because, well, it works on all of them. BROWSER ✅ If you are one of those who use different browsers, don't worry, you can use Piphover in other browsers besides Chrome. MULTI-DEVICE ✅ You can access your account on multiple devices at the same time. TECHNICAL SUPPORT ✅ We are here to help you in case of any technical problem.
معلومات أساسية عن التمديد
الاسم | Picture in Picture with subtitles — Piphover |
ID | gakeolnffenpdieafldfcpihadflnfbk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/picture-in-picture-with-s/gakeolnffenpdieafldfcpihadflnfbk |
الوصف | Picture in Picture with subtitles. Increase your productivity while continuing watching what you love. |
حجم الملف | 19.4 KB |
عدد التثبيتات | 652 |
النسخة الحالية | 1 |
آخر تحديث | 2024-01-31 |
تاريخ النشر | 2023-12-10 |
تقييم | 4.08/5 مجموع تقييمات 13 |
المطور | https://piphover.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://piphover.com/home |
عنوان صفحة المساعدة | https://piphover.com/support |
عنوان صفحة سياسة الخصوصية | https://piphover.com/PrivacyPolicy |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "1", "author": "Piphover", "description": "__MSG_description__", "homepage_url": "https:\/\/piphover.com\/home", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "js\/background.js" }, "icons": { "32": "img\/icon_x32.png", "48": "img\/icon_x48.png", "128": "img\/icon_x128.png" }, "action": { "default_icon": { "32": "img\/icon_x32.png", "48": "img\/icon_x48.png", "128": "img\/icon_x128.png" }, "default_title": "__MSG_toggleMode__" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Period" }, "description": "__MSG_toggleMode__" } }, "default_locale": "en" } |