Video Looper for Youtube/Dailymotion/others

This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5

¿Qué es Video Looper for Youtube/Dailymotion/others?

Video Looper for Youtube/Dailymotion/others es una extensión de Chrome desarrollada por o9000, y su función principal es "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Video Looper for Youtube/Dailymotion/others

Descarga archivos de extensión Video Looper for Youtube/Dailymotion/others en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
URL Oficial https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
Descripción This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Tamaño del Archivo 18.77 KB
Cantidad de Instalaciones 2,418
Versión Actual 2015.12.30.0
Última Actualización 2016-01-01
Fecha de Publicación 2016-01-01
Calificación 4.19/5 Total de 16 Calificaciones
Desarrollador o9000
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}