Change Video Playback Speeds
Quickly adjust video playback speeds with a simple slider. Customize Netflix subtitles appearance.
什麼是Change Video Playback Speeds?
Change Video Playback Speeds是由Torey Littlefield開發的Chrome擴展程式,該擴展的主要功能是“Quickly adjust video playback speeds with a simple slider. Customize Netflix subtitles appearance.”。
擴展截圖
下載Change Video Playback Speeds擴展crx文件
下載Change Video Playback Speeds擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adjust playback speed on most videos including most videos embedded in an iframe. Works with YouTube, Netflix, and other supported video players. Includes additional controls for customizing the styles of Netflix subtitles for more pleasant viewing or greater contrast for readability! Change Video Playback Speeds is a quick way to speed up or slow down videos by easily moving the slider in the extension popup. Your preferred video playback video is automatically saved but can be reset back to the default speed. Some features: - Change speed from 0.0x up to 10x - Adjust the style of Netflix subtitles by font color, font weight, font size, and screen position. Getting started: If a video is found on a webpage the extension icon with have a purple background. Just click the icon and adjust the slider to change the video playback speed.
擴展基本資訊
名稱 | Change Video Playback Speeds |
ID | ncnbdjhoplchclmeanmckpmobhmodlio |
官方網址 | https://chromewebstore.google.com/detail/change-video-playback-spe/ncnbdjhoplchclmeanmckpmobhmodlio |
簡介 | Quickly adjust video playback speeds with a simple slider. Customize Netflix subtitles appearance. |
檔案大小 | 53.14 KB |
安裝次數 | 18 |
目前版本 | 0.1 |
更新時間 | 2021-08-30 |
上架時間 | 2021-08-30 |
開發者 | Torey Littlefield |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/toreylittlefield/Video-Player-Chrome-Extension |
說明頁面URL | https://github.com/toreylittlefield/Video-Player-Chrome-Extension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Change Video Playback Speeds", "action": { "default_popup": ".\/src\/Popup\/disabled.html", "default_title": "Control Video Playback Speed", "default_icon": { "16": "images\/online-video_16.png", "48": "images\/online-video_48.png", "128": "images\/online-video_128.png" } }, "manifest_version": 3, "version": "0.1", "description": "Quickly adjust video playback speeds with a simple slider. Customize Netflix subtitles appearance.", "permissions": [ "activeTab", "tabs", "scripting", "storage" ], "background": { "service_worker": "service_worker.js" }, "host_permissions": [ " |