Udemy™ Faster Autoplay

Removes the 3-second delay before autoplaying the next video.

Τι είναι το Udemy™ Faster Autoplay;

Το Udemy™ Faster Autoplay είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον elliotwaite, και η κύρια λειτουργία του είναι "Removes the 3-second delay before autoplaying the next video.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Udemy™ Faster Autoplay

Λήψη αρχείων επέκτασης Udemy™ Faster Autoplay σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        If you enable autoplay while watching a Udemy playlist, once a video ends, you
are usually advanced to the next video after a 3-second delay. This extension
removes that 3-second delay so that you are always advanced to the next video
immediately.

This extension is open source on GitHub. If you find any bugs or have any suggestions, please open an issue here: https://github.com/elliotwaite/udemy-faster-autoplay

Thanks. Enjoy!

Udemy™ is a trademark of Udemy, Inc. Use of this trademark is subject to Udemy Permissions.                    

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

Όνομα Udemy™ Faster Autoplay Udemy™ Faster Autoplay
ID fepcpdjalebcocminbnogcgfbphllkeh
Επίσημο URL https://chromewebstore.google.com/detail/udemy-faster-autoplay/fepcpdjalebcocminbnogcgfbphllkeh
Περιγραφή Removes the 3-second delay before autoplaying the next video.
Μέγεθος Αρχείου 37.23 KB
Αριθμός Εγκαταστάσεων 645
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2021-12-01
Ημερομηνία Δημοσίευσης 2021-09-27
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής elliotwaite
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/elliotwaite/udemy-faster-autoplay
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/elliotwaite/udemy-faster-autoplay
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Udemy\u2122 Faster Autoplay",
    "version": "0.2",
    "description": "Removes the 3-second delay before autoplaying the next video.",
    "author": "Elliot Waite",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.udemy.com\/*"
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}