Picture in Picture with subtitles — Piphover
Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.
Qu'est-ce que Picture in Picture with subtitles — Piphover ?
Picture in Picture with subtitles — Piphover est une extension Chrome développée par https://piphover.com, et sa fonction principale est "Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Picture in Picture with subtitles — Piphover
Téléchargez les fichiers d'extension Picture in Picture with subtitles — Piphover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Picture in Picture with subtitles — Piphover |
ID | gakeolnffenpdieafldfcpihadflnfbk |
URL Officiel | https://chromewebstore.google.com/detail/picture-in-picture-with-s/gakeolnffenpdieafldfcpihadflnfbk |
Description | Picture in Picture with subtitles. Increase your productivity while continuing watching what you love. |
Taille du Fichier | 19.4 KB |
Nombre d'Installations | 652 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2024-01-31 |
Date de Publication | 2023-12-10 |
Évaluation | 4.08/5 Total 13 Évaluations |
Développeur | https://piphover.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://piphover.com/home |
URL de la Page d'Aide | https://piphover.com/support |
URL de la Page de Politique de Confidentialité | https://piphover.com/PrivacyPolicy |
Langues Prises en Charge | 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" } |