42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
O que é 42Yogis Yoga Video Library Fullscreen Fix?
42Yogis Yoga Video Library Fullscreen Fix é uma extensão do Chrome desenvolvida por http://www.42yogis.com, e sua principal característica é "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 42Yogis Yoga Video Library Fullscreen Fix
Baixe arquivos de extensão 42Yogis Yoga Video Library Fullscreen Fix 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
There are bugs in YouTube's new HTML5 video player, particularly the fullscreen button often disappears for embedded videos. This extension adds the fullscreen button back for yoga videos on 42Yogis.com only. You can now watch yoga videos fullscreen without leaving 42Yogis.com.
Informações Básicas da Extensão
Nome | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
URL Oficial | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Descrição | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 415 |
Versão Atual | 0.42 |
Última Atualização | 2015-02-07 |
Data de Publicação | 2015-02-07 |
Classificação | 3.86/5 Total de 7 Avaliações |
Desenvolvedor | http://www.42yogis.com |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://42yogis.com/faqs |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "\/js\/jquery-1.js", "\/js\/fullscreen.js" ], "matches": [ "http:\/\/www.42yogis.com\/*" ], "run_at": "document_start" } ], "description": "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.", "manifest_version": 2, "name": "42Yogis Yoga Video Library Fullscreen Fix", "permissions": [ "tabs", "http:\/\/www.42yogis.com\/*" ], "version": "0.42" } |