Video playback rate control for YouTube™

Controls the playback rate of YouTube videos more extensively

什麼是Video playback rate control for YouTube™?

Video playback rate control for YouTube™是由sweet開發的Chrome擴展程式,該擴展的主要功能是“Controls the playback rate of YouTube videos more extensively”。

擴展截圖

screenshot

下載Video playback rate control for YouTube™擴展crx文件

下載Video playback rate control for YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Provides useful features when playing YouTube

This extension only works with keyboard shortcuts.


🔹 This extension is a third party, not the official extension of YouTube. 🔹


- Controls the playback rate of YouTube videos more extensively (up to 16x) 
Use the same shortcuts as youtube ui ( < , > )

- Custom seektime Rewind/Fast forward (SHIFT + ←, SHIFT + →)  (for mac: ⌘ + ←, ⌘+ →)  
(1~4 sec available)




⚠️Custom seektime Rewind/Fast forward is Changed to (SHIFT+Arrow) shortcut.
because the (CTRL+Arrow) is a shortcut for seek chapters.                    

擴展基本資訊

名稱 Video playback rate control for YouTube™ Video playback rate control for YouTube™
ID nhmbfmdoocndmmdjkmoecaeknicggffl
官方網址 https://chromewebstore.google.com/detail/video-playback-rate-contr/nhmbfmdoocndmmdjkmoecaeknicggffl
簡介 Controls the playback rate of YouTube videos more extensively
檔案大小 17.43 KB
安裝次數 6,228
目前版本 0.1.14
更新時間 2023-12-06
上架時間 2019-12-06
評分 4.78/5 共 9 次評分
開發者 sweet
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1.14",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}