iLoop: Youtube Loop Repeat Replay Part Video

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

Co je iLoop: Youtube Loop Repeat Replay Part Video?

iLoop: Youtube Loop Repeat Replay Part Video je rozšíření Chrome vyvinuté https://super1ha1.github.io, a jeho hlavní funkcí je „Make auto loop, repeat, replay part of video easier on Youtube!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření iLoop: Youtube Loop Repeat Replay Part Video

Stáhněte si soubory rozšíření iLoop: Youtube Loop Repeat Replay Part Video ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název iLoop: Youtube Loop Repeat Replay Part Video iLoop: Youtube Loop Repeat Replay Part Video
ID aoebnamkmongkoloahpgjpokefagljkb
Oficiální URL https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb
Popis Make auto loop, repeat, replay part of video easier on Youtube!
Velikost souboru 433 KB
Počet instalací 2,229
Aktuální Verze 1.1.0
Poslední Aktualizace 2022-08-03
Datum Vydání 2019-12-25
Hodnocení 4.82/5 Celkem 11 Hodnocení
Vývojář https://super1ha1.github.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://super1ha1.github.io/
URL Stránky Nápovědy https://super1ha1.github.io/
Podporované Jazyky 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"
    }
}