FullTube
Enlarge YouTube videos to fill the whole tab.
O que é FullTube?
FullTube é uma extensão do Chrome desenvolvida por ijanos, e sua principal característica é "Enlarge YouTube videos to fill the whole tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FullTube
Baixe arquivos de extensão FullTube 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
Fill the whole tab with a YouTube video without making it fullscreen.
Informações Básicas da Extensão
Nome | FullTube |
ID | nmabgnejfbfgjdifjflceagbglmllefe |
URL Oficial | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
Descrição | Enlarge YouTube videos to fill the whole tab. |
Tamanho do Arquivo | 4.65 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.0 |
Última Atualização | 2016-05-01 |
Data de Publicação | 2016-05-01 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | ijanos |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ijanos/fulltube |
URL da Página de Ajuda | https://github.com/ijanos/fulltube/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FullTube", "version": "1.0", "description": "Enlarge YouTube videos to fill the whole tab.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "Enlarge video" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2 } |