Loop YouTube™

With just one click, you can automatically replay videos with options for setting loop counts and loop duration.

Τι είναι το Loop YouTube™;

Το Loop YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον downloadhub.cloud, και η κύρια λειτουργία του είναι "With just one click, you can automatically replay videos with options for setting loop counts and loop duration.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Loop YouTube™

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

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

                        This is an extension with which you can watch different YouTube videos in a loop. Not only that you can set specific time loops. And besides, you can set the quality setting of your youtube video and there are various other features that this extension provides you.

You'll get a loop button underneath the YouTube player if you use Looper for YouTube. The button will start the video, which will loop endlessly.

[+] Features
1. The option to set every video's default auto loop.
2. Capable of setting a loop in a section or range.
3. Capability to set the loop's repetition frequency.
4. Less memory is consumed because Content Script is used instead of a background page.
5. The ability to start a loop using the keyboard shortcut "P" - Setting "&loop=10" in a URL to start a loop 10 times When the loop button is pressed, playlist auto-play will be disabled.
6. It is also possible to specify the number of times the playlist should continue after the loop.
7. Adopt the newest YouTube style (2022), (Material YouTube and YouTube Gaming).
8. Translation display based on the language of YouTube.
9. available across all operating systems for the browsers.
10. Very lite and easy to use Extension.                    

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

Όνομα Loop YouTube™ Loop YouTube™
ID jidehmjbgenoagnalgojjifiibaacljb
Επίσημο URL https://chromewebstore.google.com/detail/loop-youtube/jidehmjbgenoagnalgojjifiibaacljb
Περιγραφή With just one click, you can automatically replay videos with options for setting loop counts and loop duration.
Μέγεθος Αρχείου 133 KB
Αριθμός Εγκαταστάσεων 589
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2023-01-31
Ημερομηνία Δημοσίευσης 2023-01-30
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής downloadhub.cloud
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.downloadhub.cloud/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.downloadhub.cloud/2023/01/loop.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.downloadhub.cloud/p/privacy-policy.html
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,tr,es,hu,pl,pt-BR,ro,sk,cs,sr,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_extension_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; img-src data: chrome-extension: http:\/\/*.gstatic.com https:\/\/*.gstatic.com https:\/\/*.facebook.com https:\/\/*.twitter.com; style-src 'self' 'unsafe-inline'; frame-src https:\/\/*.google.com https:\/\/*.facebook.com https:\/\/facebook.com http:\/\/*.facebook.com http:\/\/*.twitter.com https:\/\/*.twitter.com; object-src 'self'; connect-src https:\/\/*.twitter.com"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/loop.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "options_page": "data\/options\/options.html",
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "resources": [
                "_locales\/*",
                "data\/options\/options.html",
                "data\/loop.js"
            ]
        }
    ]
}