Video Speed Lock (Adjust)

It keeps the video playback speed at the desired speed at all times.

Video Speed Lock (Adjust)란 무엇입니까?

Video Speed Lock (Adjust)은(는) Song Hyo Jin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It keeps the video playback speed at the desired speed at all times."입니다.

확장 프로그램 스크린샷

screenshot

Video Speed Lock (Adjust) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When you want to watch shorts videos on YouTube at double speed.
When you want to keep the YouTube speed at 2x speed even when you open a new YouTube window.
When you scroll down on Facebook and want to apply the newly appeared video at double speed.
When Netflix releases 1.5x speed every time.
Just activate this app and it will always keep it at 2x speed.
It can be adjusted from 0.25x to 5x.
When you open the controller, you can adjust it with up, down, and enter while the cursor is on the number.                    

확장 프로그램 기본 정보

이름 Video Speed Lock (Adjust) Video Speed Lock (Adjust)
ID emgjbmpbndeilffhngkedolkdcjokheb
공식 URL https://chromewebstore.google.com/detail/video-speed-lock-adjust/emgjbmpbndeilffhngkedolkdcjokheb
설명 It keeps the video playback speed at the desired speed at all times.
파일 크기 18.87 KB
설치 횟수 573
현재 버전 0.7
최근 업데이트 2023-09-22
출시 날짜 2022-06-18
개발자 Song Hyo Jin
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://xenosi.de/privacyext.html
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "VideoSpeedLock",
    "description": "__MSG_extDescription__",
    "version": "0.7",
    "icons": {
        "16": "image\/icon16.png",
        "24": "image\/icon24.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "image\/icon16.disabled.png",
            "24": "image\/icon24.disabled.png",
            "32": "image\/icon32.disabled.png",
            "48": "image\/icon48.disabled.png",
            "128": "image\/icon128.disabled.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "controller.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}