Video Speed Plus

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

Co je Video Speed Plus?

Video Speed Plus je rozšíření Chrome vyvinuté Terman Booth, a jeho hlavní funkcí je „Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Video Speed Plus

Stáhněte si soubory rozšíření Video Speed Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Video Speed Plus Video Speed Plus
ID cgkbmfhfkklneanmdfcbgokdbadihboa
Oficiální URL https://chrome.google.com/webstore/detail/video-speed-plus/cgkbmfhfkklneanmdfcbgokdbadihboa
Popis Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.
Velikost souboru 497 KB
Počet instalací 3,000
Aktuální Verze 0.3.1.0
Poslední Aktualizace 2021-10-01
Datum Vydání 2021-08-12
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Terman Booth
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/1I8_FEAOLVpsKT94GtI-vviIsyL3UVtlxukt70WKfMHY/edit?usp=sharing
Podporované Jazyky 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\/*"
    ]
}