YouTube next chapter button

Adds a button to the YouTube player to fast-forward to the next section of the video

YouTube next chapter button란 무엇입니까?

YouTube next chapter button은(는) Alex Kozack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button to the YouTube player to fast-forward to the next section of the video"입니다.

확장 프로그램 스크린샷

screenshot

YouTube next chapter button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This will work for all videos that have been labeled with chapters.                    

확장 프로그램 기본 정보

이름 YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
공식 URL https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
설명 Adds a button to the YouTube player to fast-forward to the next section of the video
파일 크기 21.94 KB
설치 횟수 54
현재 버전 2.0.2
최근 업데이트 2023-10-23
출시 날짜 2023-07-27
평점 5.00/5 총 2 개의 평점
개발자 Alex Kozack
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.buymeacoffee.com/kozack
도움말 페이지 URL https://github.com/cawa-93/youtube-forward-timeline/
지원되는 언어 en,pl,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "version": "2.0.2",
    "description": "__MSG_APP_DESCRIPTION__",
    "author": "Alex Kozack  (https:\/\/t.me\/kozack)",
    "homepage_url": "https:\/\/github.com\/cawa-93\/youtube-forward-timeline",
    "default_locale": "en",
    "icons": {
        "373": "YouTubeRewind.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{40ab1417-ef94-48d7-8726-6abe7d07b123}",
            "strict_min_version": "109.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}