iLoop: Youtube Loop Repeat Replay Part Video

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

Τι είναι το iLoop: Youtube Loop Repeat Replay Part Video;

Το iLoop: Youtube Loop Repeat Replay Part Video είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://super1ha1.github.io, και η κύρια λειτουργία του είναι "Make auto loop, repeat, replay part of video easier on Youtube!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης iLoop: Youtube Loop Repeat Replay Part Video

Λήψη αρχείων επέκτασης iLoop: Youtube Loop Repeat Replay Part Video σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα iLoop: Youtube Loop Repeat Replay Part Video iLoop: Youtube Loop Repeat Replay Part Video
ID aoebnamkmongkoloahpgjpokefagljkb
Επίσημο URL https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb
Περιγραφή Make auto loop, repeat, replay part of video easier on Youtube!
Μέγεθος Αρχείου 433 KB
Αριθμός Εγκαταστάσεων 2,229
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2022-08-03
Ημερομηνία Δημοσίευσης 2019-12-25
Αξιολόγηση 4.82/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://super1ha1.github.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://super1ha1.github.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://super1ha1.github.io/
Υποστηριζόμενες Γλώσσες 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"
    }
}