Time Saver for YouTube

Display the time saved when the playback speed of a YouTube video is adjusted.

Time Saver for YouTube란 무엇입니까?

Time Saver for YouTube은(는) Julian Acosta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display the time saved when the playback speed of a YouTube video is adjusted."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Time Saver for YouTube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just change the speed and the amount of time you save will be displayed below the video. It's simple and blends in with YouTube's look and feel.                    

확장 프로그램 기본 정보

이름 Time Saver for YouTube Time Saver for YouTube
ID nkfcgfkioefgclgcilgocbdnlhbfmcaf
공식 URL https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf
설명 Display the time saved when the playback speed of a YouTube video is adjusted.
파일 크기 5.33 KB
설치 횟수 38
현재 버전 0.0.0.3
최근 업데이트 2023-03-17
출시 날짜 2020-07-02
개발자 Julian Acosta
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Saver for YouTube",
    "version": "0.0.0.3",
    "description": "Display the time saved when the playback speed of a YouTube video is adjusted.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "youtube-script.js"
    ],
    "permissions": [
        "*:\/\/www.youtube.com\/*"
    ]
}