Chrome PIP
Activate Picture-in-Picture
O que é Chrome PIP?
Chrome PIP é uma extensão do Chrome desenvolvida por Liam Newmarch, e sua principal característica é "Activate Picture-in-Picture".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chrome PIP
Baixe arquivos de extensão Chrome PIP 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
A Chrome extension to activate Picture-in-Picture. This is useful in situations where: * The media menu in Chrome is not visible – this is the case with Progressive Web Apps. * The website has set the `disablePictureInPicture` attribute on a video which this extension removes.
Informações Básicas da Extensão
Nome | Chrome PIP |
ID | jakfcfljbcjkchopdcdbaonfphljgnbp |
URL Oficial | https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp |
Descrição | Activate Picture-in-Picture |
Tamanho do Arquivo | 9.38 KB |
Contagem de Instalações | 126 |
Versão Atual | 2022.01.25 |
Última Atualização | 2022-01-28 |
Data de Publicação | 2022-01-27 |
Desenvolvedor | Liam Newmarch |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome PIP", "description": "Activate Picture-in-Picture", "version": "2022.01.25", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Activate Picture-in-Picture" }, "background": { "service_worker": "service_worker.js" }, "icons": { "1024": "\/icons\/1024.png", "512": "\/icons\/512.png", "128": "\/icons\/128.png", "48": "\/icons\/48.png", "32": "\/icons\/32.png", "16": "\/icons\/16.png" } } |