Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
O que é Video Looper for Youtube/Dailymotion/others?
Video Looper for Youtube/Dailymotion/others é uma extensão do Chrome desenvolvida por o9000, e sua principal característica é "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Video Looper for Youtube/Dailymotion/others
Baixe arquivos de extensão Video Looper for Youtube/Dailymotion/others 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
A browser action button should appear on the right of the URL bar. Click the action button once to toggle automatic replay for the video; click twice to disable it.
Informações Básicas da Extensão
Nome | Video Looper for Youtube/Dailymotion/others |
ID | kpcelfaheoikimakaonbfipkijodnmmd |
URL Oficial | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
Descrição | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
Tamanho do Arquivo | 18.77 KB |
Contagem de Instalações | 2,418 |
Versão Atual | 2015.12.30.0 |
Última Atualização | 2016-01-01 |
Data de Publicação | 2016-01-01 |
Classificação | 4.19/5 Total de 16 Avaliações |
Desenvolvedor | o9000 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Looper for Youtube\/Dailymotion\/others", "description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5", "version": "2015.12.30.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Video Looper", "default_icon": { "19": "icon-19.png", "38": "icon-38.png" } }, "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |