Video Speed Plus

Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.

Co to jest Video Speed Plus?

Video Speed Plus to rozszerzenie Chrome opracowane przez Terman Booth, a jego główną funkcją jest „Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Video Speed Plus

Pobierz pliki rozszerzeń Video Speed Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Video Speed Plus manages speed for video and audio playback.
Now you can easily slow down or speed up videos with flexible configuration. 

How to use Video Speed Plus:
🟡 Via extension’s popup;
🟡 When the video or audio is playing, you can use the keyboard shortcuts (you will learn more about them below).

Features:
🟢 You can set the playback speed that is comfortable for you with an accuracy of 1%; 
🟢 In our extension, you can find keyboard shortcuts. Press “s” to reset playback speed, press “a” to increase speed by 1%, press “d” to decrease speed by 1%. 
🟢 Video Speed Plus has a very flexible configuration: you can adjust speed on a single tab, on a specific site, or everywhere by default; 
🟢 The extension is compatible with almost all sites that play video and audio formats 

With the help of the Video Speed Plus, you can listen x2 to audiobooks, fast-forward ads and slow down the speed of the video to better understand when you watch the series in a foreign language. 

Video Speed Plus will assist your video consumption. Just install it and see for yourself.                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Speed Plus Video Speed Plus
ID cgkbmfhfkklneanmdfcbgokdbadihboa
Oficjalny URL https://chrome.google.com/webstore/detail/video-speed-plus/cgkbmfhfkklneanmdfcbgokdbadihboa
Opis Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.
Rozmiar pliku 497 KB
Liczba instalacji 3,000
Aktualna Wersja 0.3.1.0
Ostatnia Aktualizacja 2021-10-01
Data Publikacji 2021-08-12
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Terman Booth
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1I8_FEAOLVpsKT94GtI-vviIsyL3UVtlxukt70WKfMHY/edit?usp=sharing
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Video Speed Plus team",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        ""
    ],
    "short_name": "__MSG_extName__",
    "version": "0.3.1.0",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}