RepeatIt
Repeat YouTube video as you want
O que é RepeatIt?
RepeatIt é uma extensão do Chrome desenvolvida por dohoangkhiem, e sua principal característica é "Repeat YouTube video as you want".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RepeatIt
Baixe arquivos de extensão RepeatIt 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
Repeat video playing in Youtube so easily. No need to use YouRepeat or other techniques anymore. Just repeat it and enjoy it! ** How to use ** By installing the extension, everytime you watch a Youtube video a small RepeatIt icon (repeat circle) will be visible at right of your address bar (near the bookmark star icon). Click to RepeatIt icon to enable current video repeating (icon will turn to blue), click again to disable repeating (icon backs to normal state). For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
Informações Básicas da Extensão
Nome | |
ID | okkcjfgcppkjhlgpdeffjooapodgnonf |
URL Oficial | https://chrome.google.com/webstore/detail/repeatit/okkcjfgcppkjhlgpdeffjooapodgnonf |
Descrição | Repeat YouTube video as you want |
Tamanho do Arquivo | 68.55 KB |
Contagem de Instalações | 40 |
Versão Atual | 1.2.2 |
Última Atualização | 2014-11-05 |
Data de Publicação | 2014-11-05 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | dohoangkhiem |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RepeatIt", "version": "1.2.2", "description": "Repeat YouTube video as you want", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icons\/repeat-19.png", "default_title": "Repeat Youtube video with RepeatIt!" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "19": "icons\/repeat-19.png", "48": "icons\/repeat-48.png", "128": "icons\/repeat-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "jquery-1.11.1.min.js" ] } ], "manifest_version": 2 } |