YouTube for TV Without Adware
Allows youtube.com/tv to load from non-mobile browsers (and without adware)
O que é YouTube for TV Without Adware?
YouTube for TV Without Adware é uma extensão do Chrome desenvolvida por Wrybread, e sua principal característica é "Allows youtube.com/tv to load from non-mobile browsers (and without adware)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube for TV Without Adware
Baixe arquivos de extensão YouTube for TV Without Adware 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 allows you to open youtube.com/tv in a regular non-mobile browser window so you can remote control it from another browser window. To use: 1) Open youtube.com/tv and go to Settings (icon at bottom left) and choose "link with TV code" and write down the code 2) Open youtube.com/pair in another window and enter that code. You should now be able to control the window from Step 1 from any other youtube.com window. And unlike the other browser extension in the Chrome Store that does this, there won't be any ads popping up...
Informações Básicas da Extensão
Nome | YouTube for TV Without Adware |
ID | fineefhnleogndjepcabcddamodbkcjo |
URL Oficial | https://chromewebstore.google.com/detail/youtube-for-tv-without-ad/fineefhnleogndjepcabcddamodbkcjo |
Descrição | Allows youtube.com/tv to load from non-mobile browsers (and without adware) |
Tamanho do Arquivo | 16.65 KB |
Contagem de Instalações | 536 |
Versão Atual | 1.2 |
Última Atualização | 2021-10-12 |
Data de Publicação | 2020-10-25 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Wrybread |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://gizmoware.net/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube for TV Without Adware", "short_name": "youtube-for-tv-without-adware", "description": "Allows youtube.com\/tv to load from non-mobile browsers (and without adware)", "version": "1.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/48.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.youtube.com\/tv*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] } } |