Video Speed Up Controller for Chrome

Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome

Video Speed Up Controller for Chrome란 무엇입니까?

Video Speed Up Controller for Chrome은(는) https://videospeed.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video Speed Up Controller for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Video Speed Up Controller for Chrome is an indispensable tool designed to effortlessly video speed up or video slow down video, enhancing your viewing experience across any website. This video speed up chrome extension is seamlessly integrated into your browser, ensuring that you can adjust the speed video plays with ease.

Key Features:
*Precise Speed Control: This playback speed extension for Chrome offers exceptional accuracy, allowing you to fine-tune the video playback speed to your preference with the video speed controller.
*Convenient Shortcuts: The chrome extension Video Speed Up Controller provides easy-to-use keyboard shortcuts (e.g., S for slowing down, D for speeding up, R for resetting, Z to rewind by 10 seconds, X to advance by 10 seconds) for smooth adjust playback speed or rewind during your online video viewing.
*Customizable Speed: With Video Speed Up Controller, you can tailor the video speed to your liking, offering a personalized and customizable speed experience.

How to Use Video Speed Up Controller Extension:
*Start playing a video on YouTube or your favorite website with HTML5 video content.
*Hover over the speed indicator of Video Speed Up Controller on the video player.
*Click the + or - button and use it to adjust the video speed.
*Click the << or >> button and use it to rewind or advance video. 

Benefits:
*Universal Compatibility: Video Speed Up Controller is compatible with popular video sites like YouTube, Netflix, Amazon Prime Video, as well as other HTML5 video-based websites, making it a universal video speed controller.
*Easy Control: The speed controller allows you to utilize intuitive keyboard shortcuts for effortless control, making it a breeze to set your preferred video speed with this extension.
*Personalized Experience: This extension enables you to customize the playback speed according to your individual preferences, ensuring a personalized experience that enhances your video watching enjoyment. From 0.10x, 0.25x, 0.35x...1.5x, 2x, 3x, and 4x... the extension supports all kinds of playback settings.

Video Speed Up Controller for Chrome is the ultimate video speed up extensions, offering an unparalleled solution for adjusting video speed directly within Google Chrome. Its exceptional features and user-friendly control make it a top choice for those seeking a video speed controller. With the added benefit of customization options, this video speed controller is the perfect tool to enhance your video-watching experience.                    

확장 프로그램 기본 정보

이름 Video Speed Up Controller for Chrome Video Speed Up Controller for Chrome
ID hihgaoejkjjllbjpjgjaehdgcfkcflbh
공식 URL https://chromewebstore.google.com/detail/video-speed-up-controller/hihgaoejkjjllbjpjgjaehdgcfkcflbh
설명 Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome
파일 크기 877 KB
설치 횟수 2,000
현재 버전 0.0.19
최근 업데이트 2024-01-24
출시 날짜 2022-10-29
평점 4.78/5 총 32 개의 평점
개발자 https://videospeed.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://videospeed.app/
개인정보 보호 정책 페이지 URL https://videospeed.app/en/private_policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.0.19",
    "action": {
        "default_icon": "icons\/favicon-48x48.png",
        "default_popup": "popup.html",
        "default_title": "speed video control"
    },
    "icons": {
        "192": "icons\/favicon-192x192.png",
        "48": "icons\/favicon-48x48.png",
        "32": "icons\/favicon-32x32.png",
        "16": "icons\/favicon-16x16.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "options_page": "settings.html",
    "background": {
        "service_worker": "background.js"
    }
}