VSC - Video Speed Controller

Speed control for any html5 video player: speed up, slow down, rewind ...

VSC - Video Speed Controller란 무엇입니까?

VSC - Video Speed Controller은(는) nikkolaevrom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed control for any html5 video player: speed up, slow down, rewind ..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

VSC - Video Speed Controller 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        VSC - Video Speed Controller is a very handy product with which you can make cool videos in different formats. This product has already been used by millions of our users and they are very satisfied with our product. This extension is multifunctional. Also, VSC - Video Speed Controller does not ask you for your personal data or any information about you. The essence of the product is that it is an editor for your video, you can slow down, rewind, speed up and so on. All of these factors will make your video much brighter and cooler. Download VSC - Video Speed Controller and start creating.                    

확장 프로그램 기본 정보

이름 VSC - Video Speed Controller VSC - Video Speed Controller
ID khemaigjecfepmjpbdjnmiacjpbbkgoj
공식 URL https://chrome.google.com/webstore/detail/vsc-video-speed-controlle/khemaigjecfepmjpbdjnmiacjpbbkgoj
설명 Speed control for any html5 video player: speed up, slow down, rewind ...
파일 크기 230 KB
설치 횟수 77
현재 버전 1.0.1
최근 업데이트 2021-12-19
출시 날짜 2021-09-08
평점 5.00/5 총 1 개의 평점
개발자 nikkolaevrom
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/pic\/icon.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/worker\/index.js"
        ]
    },
    "options_page": "\/option\/index.html",
    "permissions": [
        "storage",
        ""
    ],
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Speed control for any html5 video player: speed up, slow down, rewind ...",
    "browser_action": {
        "default_icon": "\/pic\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/inject\/style\/basic.css",
                "\/inject\/style\/platform.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "\/lib\/jq.min.js",
                "\/inject\/script\/synodal.js",
                "\/inject\/script\/abUsable.js",
                "\/inject\/script\/t_rispinose.js",
                "\/inject\/script\/pseudoscopy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "\/inject\/**"
    ],
    "version": "1.0.1"
}