Youtube Ends At

Displays when a Youtube video will end.

Youtube Ends At란 무엇입니까?

Youtube Ends At은(는) https://youtube-extensions.gonguet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays when a Youtube video will end."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Youtube Ends At 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension just displays what time it will be when the video ends, taking playback rate into account.

Click on the label to change to "ends in" mode.

This currently does not account for SponsorBlock segments.                    

확장 프로그램 기본 정보

이름 Youtube Ends At Youtube Ends At
ID oahgfgokmkpgkbfnedkbbmnogjmfpljd
공식 URL https://chromewebstore.google.com/detail/youtube-ends-at/oahgfgokmkpgkbfnedkbbmnogjmfpljd
설명 Displays when a Youtube video will end.
파일 크기 18.81 KB
설치 횟수 232
현재 버전 1.7.0
최근 업데이트 2022-11-09
출시 날짜 2021-03-22
평점 5.00/5 총 3 개의 평점
개발자 https://youtube-extensions.gonguet.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://youtube-extensions.gonguet.com/
지원되는 언어 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.7.0",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}