iLoop: Youtube Loop Repeat Replay Part Video

Make auto loop, repeat, replay part of video easier on Youtube!

¿Qué es iLoop: Youtube Loop Repeat Replay Part Video?

iLoop: Youtube Loop Repeat Replay Part Video es una extensión de Chrome desarrollada por https://super1ha1.github.io, y su función principal es "Make auto loop, repeat, replay part of video easier on Youtube!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión iLoop: Youtube Loop Repeat Replay Part Video

Descarga archivos de extensión iLoop: Youtube Loop Repeat Replay Part Video 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

                        ===============================
Whether you need it?
===============================
- You want to loop, repeat, replay part of the video on Youtube
- You need to manually click to repeat every time

- Then this extension is for you.
- This is a simple extension which adds a repeat button and a slider to easily select the repeat range.

===============================
How to use
===============================
- To On/Off repeat: toggle the repeat button
- To change the repeat range: use the slider or edit the start time, end time directly.

===============================
Available in
===============================
Chrome, Firefox, Edge                    

Información Básica de la Extensión

Nombre iLoop: Youtube Loop Repeat Replay Part Video iLoop: Youtube Loop Repeat Replay Part Video
ID aoebnamkmongkoloahpgjpokefagljkb
URL Oficial https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb
Descripción Make auto loop, repeat, replay part of video easier on Youtube!
Tamaño del Archivo 433 KB
Cantidad de Instalaciones 2,229
Versión Actual 1.1.0
Última Actualización 2022-08-03
Fecha de Publicación 2019-12-25
Calificación 4.82/5 Total de 11 Calificaciones
Desarrollador https://super1ha1.github.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://super1ha1.github.io/
URL de la Página de Ayuda https://super1ha1.github.io/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLoop: Youtube Loop Repeat Replay Part Video",
    "version": "1.1.0",
    "description": "Make auto loop, repeat, replay part of video easier on Youtube!",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/icons8-replay-48.png",
        "128": "images\/icons8-replay-128.png"
    },
    "manifest_version": 3,
    "background": [],
    "web_accessible_resources": [],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}