YTex YouTube Extension
Adds more controls to youtube html5 player
O que é YTex YouTube Extension?
YTex YouTube Extension é uma extensão do Chrome desenvolvida por SeKa, e sua principal característica é "Adds more controls to youtube html5 player".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YTex YouTube Extension
Baixe arquivos de extensão YTex YouTube Extension 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
Die Extension fügt dem HTML5 Player auf YouTube zwei weitere Buttons hinzu, mit denen man 10 Sekunden vor oder zurück springen kann. The Extension adds two buttons to the YouTube control bar with which you can skip the next 10 seconds or rewind 10 seconds
Informações Básicas da Extensão
Nome | |
ID | mllojahkjeoinmhcinbcnkleeefdohbm |
URL Oficial | https://chrome.google.com/webstore/detail/ytex-youtube-extension/mllojahkjeoinmhcinbcnkleeefdohbm |
Descrição | Adds more controls to youtube html5 player |
Tamanho do Arquivo | 33.74 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.2 |
Última Atualização | 2020-07-08 |
Data de Publicação | 2017-09-18 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | SeKa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YTex YouTube Extension", "description": "Adds more controls to youtube html5 player", "version": "1.2", "browser_action": { "default_icon": "ytex128.png" }, "icons": { "16": "ytex16.png", "48": "ytex48.png", "128": "ytex128.png" }, "web_accessible_resources": [ "Forward.png", "Rewind.png" ], "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "ytex.css" ], "js": [ "ytex.js" ], "run_at": "document_end" } ] } |