YouTube Television Mode
Watch YouTube endlessly as if it was a real TV station.
O que é YouTube Television Mode?
YouTube Television Mode é uma extensão do Chrome desenvolvida por Jason Gauci, e sua principal característica é "Watch YouTube endlessly as if it was a real TV station.".
Baixar o arquivo CRX da Extensão YouTube Television Mode
Baixe arquivos de extensão YouTube Television Mode 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 Chrome extension automatically follows suggested videos (the videos on the right-hand side of YouTube) when the video you are watching finishes. The extension keeps track of what you have already watched so you never watch the same video twice.
Informações Básicas da Extensão
Nome | |
ID | kleeleapbddibpbhbmdplacclglnpndc |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc |
Descrição | Watch YouTube endlessly as if it was a real TV station. |
Tamanho do Arquivo | 74.37 KB |
Contagem de Instalações | 119 |
Versão Atual | 0.1 |
Última Atualização | 2014-02-23 |
Data de Publicação | 2014-02-23 |
Classificação | 3.00/5 Total de 3 Avaliações |
Desenvolvedor | Jason Gauci |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Television Mode", "version": "0.1", "manifest_version": 2, "description": "Watch YouTube endlessly as if it was a real TV station.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.min.js", "tubeKeys.js" ] } ], "permissions": [ "tabs", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "web_accessible_resources": [ "inject.js", "jquery.min.js" ] } |