Video Speed Control

When speed is not enough! Control the speed of your favorite videos: Slower or faster. You are "the only one who decides"!

Video Speed Control란 무엇입니까?

Video Speed Control은(는) https://batressc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When speed is not enough! Control the speed of your favorite videos: Slower or faster. You are "the only one who decides"!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Video Speed Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you need more speed?

Video Speed ​​Control is an extension for all Chromium based web browsers, that allows you to control the playback speed of online videos.

Whether you need to skip that boring part of your series or advertisements, or want to enjoy that action scene, with Video Speed ​​Control you can make it, since it allows with a high level of precision to increase or decrease the playback speed.

It works on most of websites, and yes: It is 100% tested on Youtube.

Now you are "the only one who decides"!

=======================================================
NEW FEATURES in version 2.0.1 (sunshines)
=======================================================
* Global and site-specific speed settings.
* Speed management enhancements: Maintains set speed settings even when showing ads or switching videos.
* Compatibility with most websites.
* Addition of 1.25x preset speed.
* Performance improvements and bug fixes.
* Credits & donations                    

확장 프로그램 기본 정보

이름 Video Speed Control Video Speed Control
ID nkldafgkfkngellahbdcigfpacpgongm
공식 URL https://chromewebstore.google.com/detail/video-speed-control/nkldafgkfkngellahbdcigfpacpgongm
설명 When speed is not enough! Control the speed of your favorite videos: Slower or faster. You are "the only one who decides"!
파일 크기 227 KB
설치 횟수 619
현재 버전 2.0.1 sunshines
최근 업데이트 2022-10-17
출시 날짜 2021-07-19
평점 4.00/5 총 4 개의 평점
개발자 https://batressc.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://blog.batressc.com/video-speed-control-2-0-1-sunshine
개인정보 보호 정책 페이지 URL https://blog.batressc.com/politica-privacidad
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.1",
    "version_name": "2.0.1 sunshines",
    "name": "Video Speed Control",
    "short_name": "batressc-vsc",
    "description": "When speed is not enough! Control the speed of your favorite videos: Slower or faster. You are \"the only one who decides\"!",
    "author": "Luis Gustavo Fern\u00e1ndez Batres",
    "homepage_url": "https:\/\/blog.batressc.com\/video-speed-control-2-0-1-sunshine",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/scripts\/refresh-speed.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/16x16_video_speed_control.png",
        "32": "\/images\/32x32_video_speed_control.png",
        "48": "\/images\/48x48_video_speed_control.png",
        "128": "\/images\/128x128_video_speed_control.png"
    },
    "action": {
        "default_popup": "popup-main.html",
        "default_icon": {
            "16": "\/images\/16x16_disabled_video_speed_control.png",
            "32": "\/images\/32x32_disabled_video_speed_control.png",
            "48": "\/images\/48x48_disabled_video_speed_control.png",
            "128": "\/images\/128x128_disabled_video_speed_control.png"
        }
    }
}