Picture in Picture - PiP View
Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
O que é Picture in Picture - PiP View?
Picture in Picture - PiP View é uma extensão do Chrome desenvolvida por Esteban, e sua principal característica é "Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Picture in Picture - PiP View
Baixe arquivos de extensão Picture in Picture - PiP View 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
The extension helps to view videos in a separate window
Informações Básicas da Extensão
Nome | Picture in Picture - PiP View |
ID | kmdgomolfojpgnieebblfpmccmkekiae |
URL Oficial | https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae |
Descrição | Watch videos in a floating PiP window (always on top of other windows) even when tab is switched. |
Tamanho do Arquivo | 35.19 KB |
Contagem de Instalações | 19 |
Versão Atual | 0.4.1 |
Última Atualização | 2022-08-20 |
Data de Publicação | 2022-08-20 |
Desenvolvedor | Esteban |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://pipviewer.com/privacy.html |
URL da Página de Política de Privacidade | https://pipviewer.com/privacy.html |
Idiomas Suportados | de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture - PiP View", "description": "__MSG_description__", "default_locale": "en", "version": "0.4.1", "manifest_version": 3, "permissions": [ "storage", "scripting", "activeTab", "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "inta.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lora.js" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_title": "Click to open active video in Picture-in-Picture (PiP) mode", "default_icon": { "16": "pench.png", "32": "crua.png", "48": "eata.png", "64": "gona.png" } }, "icons": { "16": "rata.png", "32": "lesta.png", "48": "cerva.png", "128": "bibo.png" } } |