Picture in Picture with subtitles — Piphover
Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.
O que é Picture in Picture with subtitles — Piphover?
Picture in Picture with subtitles — Piphover é uma extensão do Chrome desenvolvida por https://piphover.com, e sua principal característica é "Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Picture in Picture with subtitles — Piphover
Baixe arquivos de extensão Picture in Picture with subtitles — Piphover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Picture in Picture with subtitles — Piphover |
ID | gakeolnffenpdieafldfcpihadflnfbk |
URL Oficial | https://chromewebstore.google.com/detail/picture-in-picture-with-s/gakeolnffenpdieafldfcpihadflnfbk |
Descrição | Picture in Picture with subtitles. Increase your productivity while continuing watching what you love. |
Tamanho do Arquivo | 19.4 KB |
Contagem de Instalações | 652 |
Versão Atual | 1 |
Última Atualização | 2024-01-31 |
Data de Publicação | 2023-12-10 |
Classificação | 4.08/5 Total de 13 Avaliações |
Desenvolvedor | https://piphover.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://piphover.com/home |
URL da Página de Ajuda | https://piphover.com/support |
URL da Página de Política de Privacidade | https://piphover.com/PrivacyPolicy |
Idiomas Suportados | 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" } |