Video Speed Plus

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

Apa itu Video Speed Plus?

Video Speed Plus adalah ekstensi Chrome yang dikembangkan oleh Terman Booth, dan fitur utamanya adalah "Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Speed Plus

Unduh file ekstensi Video Speed Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Video Speed Plus Video Speed Plus
ID cgkbmfhfkklneanmdfcbgokdbadihboa
URL Resmi https://chrome.google.com/webstore/detail/video-speed-plus/cgkbmfhfkklneanmdfcbgokdbadihboa
Deskripsi Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.
Ukuran File 497 KB
Jumlah Instalasi 3,000
Versi Saat Ini 0.3.1.0
Terakhir Diperbarui 2021-10-01
Tanggal Publikasi 2021-08-12
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Terman Booth
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1I8_FEAOLVpsKT94GtI-vviIsyL3UVtlxukt70WKfMHY/edit?usp=sharing
Bahasa yang Didukung 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\/*"
    ]
}