Hulu PIP
Enable Picture in Picture for Hulu Videos
O que é Hulu PIP?
Hulu PIP é uma extensão do Chrome desenvolvida por harmanand, e sua principal característica é "Enable Picture in Picture for Hulu Videos".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hulu PIP
Baixe arquivos de extensão Hulu 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
Hulu doesn't allow the Chrome PIP feature to work. This extension will re-enable the pip feature on any Hulu video. Captions will not transfer to the pip'ed video.
Informações Básicas da Extensão
Nome | Hulu PIP |
ID | cjnnojbahbfmbhhpkcoihncbojdlhbnj |
URL Oficial | https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj |
Descrição | Enable Picture in Picture for Hulu Videos |
Tamanho do Arquivo | 3.47 KB |
Contagem de Instalações | 3,598 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2021-07-07 |
Data de Publicação | 2021-07-07 |
Classificação | 3.85/5 Total de 40 Avaliações |
Desenvolvedor | harmanand |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hulu PIP", "description": "Enable Picture in Picture for Hulu Videos", "version": "0.0.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.hulu.com\/watch\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/ajax.googleapis.com\/" ] } |