iLoop: Youtube Loop Repeat Replay Part Video

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

Cos'è iLoop: Youtube Loop Repeat Replay Part Video?

iLoop: Youtube Loop Repeat Replay Part Video è un'estensione di Chrome sviluppata da https://super1ha1.github.io, e la sua funzione principale è "Make auto loop, repeat, replay part of video easier on Youtube!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione iLoop: Youtube Loop Repeat Replay Part Video

Scarica i file di estensione iLoop: Youtube Loop Repeat Replay Part Video in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ===============================
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                    

Informazioni di Base sull'Estensione

Nome iLoop: Youtube Loop Repeat Replay Part Video iLoop: Youtube Loop Repeat Replay Part Video
ID aoebnamkmongkoloahpgjpokefagljkb
URL Ufficiale https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb
Descrizione Make auto loop, repeat, replay part of video easier on Youtube!
Dimensione del File 433 KB
Conteggio Installazioni 2,229
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-08-03
Data di Pubblicazione 2019-12-25
Valutazione 4.82/5 Totale 11 Valutazioni
Sviluppatore https://super1ha1.github.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://super1ha1.github.io/
URL della Pagina di Aiuto https://super1ha1.github.io/
Lingue Supportate 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"
    }
}