PiP Anywhere
Allows activating picture in picture mode from html5 players that block right click
O que é PiP Anywhere?
PiP Anywhere é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Allows activating picture in picture mode from html5 players that block right click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PiP Anywhere
Baixe arquivos de extensão PiP Anywhere 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
Can be used to activate picture in picture mode for html 5 players that dont allow right click
Informações Básicas da Extensão
Nome | PiP Anywhere |
ID | lkhcdbmhbdacbjhmdgccgidfifehcjne |
URL Oficial | https://chromewebstore.google.com/detail/pip-anywhere/lkhcdbmhbdacbjhmdgccgidfifehcjne |
Descrição | Allows activating picture in picture mode from html5 players that block right click |
Tamanho do Arquivo | 5.14 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.2 |
Última Atualização | 2019-01-05 |
Data de Publicação | 2019-01-05 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PiP Anywhere", "version": "1.2", "description": "Allows activating picture in picture mode from html5 players that block right click", "manifest_version": 2, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/watch\/*", "https:\/\/tiwi.kiwi\/*", "https:\/\/mp4upload.com\/*", "https:\/\/streamango.com\/*" ], "js": [ "content.js" ], "all_frames": true } ] } |