Speed Master for YouTube Video

Auto HD and control video speed on YouTube for each individual channel.

Τι είναι το Speed Master for YouTube Video;

Το Speed Master for YouTube Video είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://afixer.app, και η κύρια λειτουργία του είναι "Auto HD and control video speed on YouTube for each individual channel.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Speed Master for YouTube Video

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

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

                        SpeedMaster for YouTube - a helpful tool that allows you to easily change the playback speed of YouTube videos. With this extension, you can adjust the speed for each YouTube channel individually, and your preferred speed settings will be saved for future videos from the same channel.

Along with controlling the playback speed, you can also specify your preferred video quality. This new feature allows you to enjoy videos at the quality level that suits your preferences and internet connection. Your preferred quality settings will be saved and applied automatically whenever you watch videos.

You have two options to control the speed:

1. Clicking the buttons:
・To make the video faster, simply click the '+' button located at the top right corner of the YouTube player.
・If you want to slow it down, click the '-' button instead.

2. Using keyboard shortcuts:
・Press the '[' key to decrease the playback speed and enjoy a slower pace.
・Press the ']' key to increase the playback speed, making the video faster.

In the option page of SpeedMaster for YouTube, you will discover even more ways to manage the playback speed for different channels. This extension provides you with additional options to fine-tune your speed preferences. You can customize the playback speed individually for each YouTube channel, ensuring that each channel plays videos at your preferred speed. Moreover, you can easily modify or update these settings at any time, granting you full control over the playback speed of specific channels. With these advanced options, you can tailor your YouTube experience to match your unique preferences for each channel you follow.                    

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

Όνομα Speed Master for YouTube Video Speed Master for YouTube Video
ID nmjcdbffkenhklfchfaekodeimchagga
Επίσημο URL https://chromewebstore.google.com/detail/speed-master-for-youtube/nmjcdbffkenhklfchfaekodeimchagga
Περιγραφή Auto HD and control video speed on YouTube for each individual channel.
Μέγεθος Αρχείου 90.53 KB
Αριθμός Εγκαταστάσεων 1,012
Τρέχουσα Έκδοση 1.4.4
Τελευταία Ενημέρωση 2023-08-27
Ημερομηνία Δημοσίευσης 2023-05-13
Αξιολόγηση 4.46/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://afixer.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://afixer.app/speed-master
Διεύθυνση URL της Σελίδας Βοήθειας https://afixer.app/speed-master/support
URL της Σελίδας Πολιτικής Απορρήτου https://afixer.app/privacy-policy.txt
Υποστηριζόμενες Γλώσσες id,de,en,fil,fr,vi,es,it,sv,ru,uk,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "version": "1.4.4",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_popup": "pupop.html",
        "default_icon": "img\/icon-24.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-75b64a28.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/chunk-04cc5e34.js",
                "assets\/chunk-da149400.js",
                "assets\/chunk-a114f145.js"
            ],
            "use_dynamic_url": true
        }
    ]
}