StreamSpeed

Adjust playback speed and volume

Τι είναι το StreamSpeed;

Το StreamSpeed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gutbookvonnegut, και η κύρια λειτουργία του είναι "Adjust playback speed and volume".

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

screenshot
screenshot

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

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

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

                        Fine tune the playback speed of popular streaming services, including Netflix, HBO Max, Amazon Prime Video, DisneyPlus, and YouTube, from 0.1x to 16x speed. Use the slider bar, the + and - keys, or the [ and ] keys to adjust playback speed. Backspace and \ resets to 1x. 

Slow playback to 0.1x so you can see sleight of hand in magic tricks, or watch an action scene unfold in slow motion. Speed up an audiobook 3x or DIY video 10x so you can get through them more quickly. Binge watch an entire 10 hour season on 3.3x speed in 3 (I suggest turning captions on at higher speeds)

You can also scroll to change the volume up and down - handy for watching movies from the couch if you don't have a remote for your speakers. Click the 'Scroll Volume' button on the left side of the slider bar to enable, and click again turn off scrolling volume and regain normal scrolling functionality. 

--------------------------------------------------------------------------------------------------

Update December 2023 - Version 3.0.2
The UI now uses the color schemes of Netflix and Youtube. Other sites remain the default orange. Small fix to slider label padding.

Update December 2023 - Version 3.0.1
Upgraded the extension to use Chrome's manifest v3. No changes otherwise to extension functionality or appearance.

Update November 2023 - Version 3.0.0
Updated the slider label to match speeds up to 16x. 
Fixed an issue where shortcut keys weren't working on some sites.

Update September 2023 - Version 2.0.6
Minor bug fixes

Update August 2023 - Version 2.0.3
Now works with most websites that have video, including iframe videos. Please report any sites that do not work and I will look into why. 
Added alternative keyboard keys for changing speed, the two square bracket keys and the backslash key [ ] \. Some websites like YouTube change the caption size with the + and - key, so the [ and ] key can be used instead. 
Added finer speed increments of 0.05 for speeds under 1.5x.                    

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

Όνομα StreamSpeed StreamSpeed
ID gamoagmfeikdnkmoddkieabhajepkbpj
Επίσημο URL https://chromewebstore.google.com/detail/streamspeed/gamoagmfeikdnkmoddkieabhajepkbpj
Περιγραφή Adjust playback speed and volume
Μέγεθος Αρχείου 17.94 KB
Αριθμός Εγκαταστάσεων 348
Τρέχουσα Έκδοση 3.0.2
Τελευταία Ενημέρωση 2023-12-19
Ημερομηνία Δημοσίευσης 2020-10-12
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής gutbookvonnegut
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/18kjOeO3D8nHHHXxcdonHOdMyAFEhtHJju46E3FZ2eJc
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StreamSpeed",
    "description": "Adjust playback speed and volume",
    "version": "3.0.2",
    "action": {
        "default_icon": {
            "16": "images\/play16.png",
            "19": "images\/play19.png",
            "38": "images\/play38.png",
            "48": "images\/play48.png",
            "128": "images\/play128.png"
        },
        "default_popup": "popup.html",
        "default_title": "StreamSpeed"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}