Seudev's Video Speed Controller

A simple and customizable Google Chrome Extension for control the video speed!

Τι είναι το Seudev's Video Speed Controller;

Το Seudev's Video Speed Controller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Seudev, και η κύρια λειτουργία του είναι "A simple and customizable Google Chrome Extension for control the video speed!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Seudev's Video Speed Controller

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

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

                        Features
• Compatible with any HTML5 video (e.g. YouTube, Facebook and Vimeo)
• Works in pages with multiple videos
• Works in dynamic pages
• Speed configurable by slider or mouse scroll
• Reset speed button

Commands
• Show the controller
    • Move the mouse over the video.

• Reset speed to 1x
    • Click in the R button;
    • Move the mouse over the video and click with the mouse middle button.
• Increment/decrement the speed
    • Move the speed slider up or down to increment or decrement the speed;
    • Move the mouse over the speed slider and scroll the mouse wheel up or down to increment or decrement the speed in 0.25x;
    • Move the mouse over the speed slider and scroll the mouse wheel up or down pressing Alt key to increment or decrement the speed in 0.05x;
    • Move the mouse over the video and scroll the mouse wheel up or down pressing Shift key to increment or decrement the speed in 0.25x;
    • Move the mouse over the video and scroll the mouse wheel up or down pressing Shift + Alt keys to increment or decrement the speed in 0.05x.
• Set the max speed
    • Move the mouse over the video and press with the mouse middle button pressing Shift key.
Note: The max speed will be maintained while the button is pressed. When the button is released the speed returns to the previous speed.
• Go to Home page
    • Click in the Seudev brand;
    • Move the mouse over the Seudev brand and click in the Seudev link.

Licensing
seudev/chrome-video-speed-controller is provided and distributed under the Apache Software License 2.0.

Refer to LICENSE for more information.                    

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

Όνομα Seudev's Video Speed Controller Seudev's Video Speed Controller
ID cjnjefcbjefdlbfefphengchppnhibpk
Επίσημο URL https://chromewebstore.google.com/detail/seudevs-video-speed-contr/cjnjefcbjefdlbfefphengchppnhibpk
Περιγραφή A simple and customizable Google Chrome Extension for control the video speed!
Μέγεθος Αρχείου 50.23 KB
Αριθμός Εγκαταστάσεων 265
Τρέχουσα Έκδοση 2.1.2
Τελευταία Ενημέρωση 2021-03-21
Ημερομηνία Δημοσίευσης 2020-11-09
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Seudev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/seudev/chrome-video-speed-controller
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/seudev/chrome-video-speed-controller/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seudev's Video Speed Controller",
    "version": "2.1.2",
    "version_name": "2.1.2",
    "description": "A simple and customizable Google Chrome Extension for control the video speed!",
    "homepage_url": "https:\/\/github.com\/seudev\/chrome-video-speed-controller",
    "author": "Thom\u00e1s Sousa Silva ",
    "web_accessible_resources": [
        "img\/seudev-negative-icon-64px-61px.png"
    ],
    "icons": {
        "16": "img\/video-speed-controller-16px.png",
        "24": "img\/video-speed-controller-24px.png",
        "32": "img\/video-speed-controller-32px.png",
        "48": "img\/video-speed-controller-48px.png",
        "64": "img\/video-speed-controller-64px.png",
        "128": "img\/video-speed-controller-128px.png",
        "256": "img\/video-speed-controller-256px.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "manifest_version": 2
}