Fullscreen Youtube on Twitter
Enables fullscreen mode for youtube videos embedded in the twitter feed
O que é Fullscreen Youtube on Twitter?
Fullscreen Youtube on Twitter é uma extensão do Chrome desenvolvida por http://pause-geek.fr, e sua principal característica é "Enables fullscreen mode for youtube videos embedded in the twitter feed".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fullscreen Youtube on Twitter
Baixe arquivos de extensão Fullscreen Youtube on Twitter 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
If you want to make sure this extension is not malicious you can check the (very short) source code at https://github.com/BaliBalo/twitterYoutubeFullscreen and use it directly from there.
Informações Básicas da Extensão
Nome | |
ID | fkjbbblglhfokmilicmlbgoijjlikdep |
URL Oficial | https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep |
Descrição | Enables fullscreen mode for youtube videos embedded in the twitter feed |
Tamanho do Arquivo | 4.22 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.6 |
Última Atualização | 2016-08-13 |
Data de Publicação | 2016-08-13 |
Desenvolvedor | http://pause-geek.fr |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreen Youtube on Twitter", "version": "1.6", "description": "Enables fullscreen mode for youtube videos embedded in the twitter feed", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/i\/cards\/*" ], "js": [ "script.js" ], "all_frames": true } ], "manifest_version": 2 } |