Speeder for Pluto TV: adjust playback speed

Extension allows to adjust the playback speed on Pluto TV according to preference

Vad är Speeder for Pluto TV: adjust playback speed?

Speeder for Pluto TV: adjust playback speed är en Chrome-tillägg utvecklad av Streaming Extensions, och dess huvudfunktion är "Extension allows to adjust the playback speed on Pluto TV according to preference".

Tilläggsskärmbilder

screenshot

Ladda ner Speeder for Pluto TV: adjust playback speed-förlängningens CRX-fil

Ladda ner Speeder for Pluto TV: adjust playback speed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Get your skates on and be in control of the playback speed on PlutoTV. This extension will allow you to either speed up or slow down shows and movies to enjoy watching your favorite content at your own pace.

Didn't catch that fast-talking dialogue? Want to experience your favorite scenes in slow-motion? Or maybe you'd like to fast forward the less interesting part to enjoy the series finale? You're in the right place! Here's the solution for changing the video speed.

All you need to do is to add the extension to your browser and run the control panel which enables you to choose from 0.25x up to 16x speed rates. You can also use hotkeys on your keyboard to control it. It is as simple as that!

How to find Speeder's control panel:
1. After installation, click the small puzzle piece icon next to your Chrome profile avatar (top right corner of the browser window🧩
2. You'll see all your installed and enabled extensions.✅
3. You can pin Speeder to have it always on top in your browser.📌
4. Click the Speeder icon and try different speed settings.⚡

❗**Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This extension holds no association or affiliation with them or any third-party companies.**❗                    

Grundläggande Information om Tillägg

Namn Speeder for Pluto TV: adjust playback speed Speeder for Pluto TV: adjust playback speed
ID eebcjcdmbfggmfngmpogfdcghbcfidjf
Officiell webbadress https://chromewebstore.google.com/detail/speeder-for-pluto-tv-adju/eebcjcdmbfggmfngmpogfdcghbcfidjf
Beskrivning Extension allows to adjust the playback speed on Pluto TV according to preference
Filstorlek 38.31 KB
Antal Installationer 490
Aktuell Version 1.0.3
Senast Uppdaterad 2024-01-26
Publiceringsdatum 2023-01-13
Utvecklare Streaming Extensions
E-post [email protected]
Betalningssätt free
Stödda Språk de,en,fr,es,pl,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.3",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.pluto.tv\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/plutoSpeeder48.png"
    },
    "content_scripts": [
        {
            "js": [
                "value.js",
                "engine.js"
            ],
            "css": [
                "modalFrame.css"
            ],
            "matches": [
                "*:\/\/*.pluto.tv\/*"
            ]
        }
    ],
    "icons": {
        "48": "assets\/plutoSpeeder48.png",
        "128": "assets\/plutoSpeeder128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/plutoSpeeder48.png",
                "assets\/times-solid.svg"
            ],
            "matches": [
                "*:\/\/*.pluto.tv\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}