Hulu Click to Play
Play and pause your show by clicking on the video window itself.
O que é Hulu Click to Play?
Hulu Click to Play é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Play and pause your show by clicking on the video window itself.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hulu Click to Play
Baixe arquivos de extensão Hulu Click to Play 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
This extension lets you click the Hulu video player to play and pause the video.
Informações Básicas da Extensão
Nome | Hulu Click to Play |
ID | fpliblacnmibnbjmeeignknploeajhdi |
URL Oficial | https://chromewebstore.google.com/detail/hulu-click-to-play/fpliblacnmibnbjmeeignknploeajhdi |
Descrição | Play and pause your show by clicking on the video window itself. |
Tamanho do Arquivo | 6.19 KB |
Contagem de Instalações | 52 |
Versão Atual | 0.1.0 |
Última Atualização | 2019-01-16 |
Data de Publicação | 2019-01-15 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/BobbyMcWho/hulu-click-to-play |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hulu Click to Play", "version": "0.1.0", "description": "Play and pause your show by clicking on the video window itself.", "permissions": [ "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.hulu.com\/*" ], "js": [ "js\/hulu.js" ] } ] } |