Picture in Picture with subtitles — Piphover
Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.
Was ist Picture in Picture with subtitles — Piphover?
Picture in Picture with subtitles — Piphover ist eine Chrome-Erweiterung, die von https://piphover.com entwickelt wurde, und ihr Hauptmerkmal ist "Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.".
Erweiterungsscreenshots
Picture in Picture with subtitles — Piphover-Erweiterungs-CRX-Datei herunterladen
Laden Sie Picture in Picture with subtitles — Piphover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gakeolnffenpdieafldfcpihadflnfbk |
| Offizielle URL | https://chromewebstore.google.com/detail/picture-in-picture-with-s/gakeolnffenpdieafldfcpihadflnfbk |
| Beschreibung | Picture in Picture with subtitles. Increase your productivity while continuing watching what you love. |
| Dateigröße | 19.4 KB |
| Installationsanzahl | 652 |
| Aktuelle Version | 1 |
| Letztes Update | 2024-01-31 |
| Veröffentlichungsdatum | 2023-12-10 |
| Bewertung | 4.08/5 Insgesamt 13 Bewertungen |
| Entwickler | https://piphover.com |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://piphover.com/home |
| Hilfeseite URL | https://piphover.com/support |
| URL der Datenschutzrichtlinien-Seite | https://piphover.com/PrivacyPolicy |
| Unterstützte Sprachen | 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"
} | |