Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
O que é Simple Youtube Repeater?
Simple Youtube Repeater é uma extensão do Chrome desenvolvida por kennethdevel, e sua principal característica é "Simply click the repeat button to make the Youtube video automatically repeat.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Youtube Repeater
Baixe arquivos de extensão Simple Youtube Repeater 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
Simply click the repeat button to make the video automatically repeat.
Informações Básicas da Extensão
Nome | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
URL Oficial | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
Descrição | Simply click the repeat button to make the Youtube video automatically repeat. |
Tamanho do Arquivo | 15.46 KB |
Contagem de Instalações | 694 |
Versão Atual | 3.0 |
Última Atualização | 2016-06-13 |
Data de Publicação | 2016-06-13 |
Classificação | 4.29/5 Total de 7 Avaliações |
Desenvolvedor | kennethdevel |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Youtube Repeater", "description": "Simply click the repeat button to make the Youtube video automatically repeat.", "version": "3.0", "author": "Kenneth", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "cs.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |