YouTube Zoom

Zoom system for YouTube

YouTube Zoom란 무엇입니까?

YouTube Zoom은(는) masiroiizo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zoom system for YouTube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouTube Zoom 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTubeで拡大機能を使うための,機能を追加します。拡大縮小をするときは,スピンボタンか,ラベルを「ドラッグしたまま右や左に動かして」してください。

Add a function to use the magnification feature on YouTube. To zoom in and out, use the spin button or  *drag(keep click) and move(left and right) the label*.

説明/explanation
https://www.youtube.com/watch?v=0Th65xYvh64

v1.0.3 rstボタン追加
v1.0.2 リリース                    

확장 프로그램 기본 정보

이름 YouTube Zoom YouTube Zoom
ID bbafphllnkfgkcbilhekaooohoiabojh
공식 URL https://chromewebstore.google.com/detail/youtube-zoom/bbafphllnkfgkcbilhekaooohoiabojh
설명 Zoom system for YouTube
파일 크기 37.28 KB
설치 횟수 3,824
현재 버전 1.0.3
최근 업데이트 2022-06-13
출시 날짜 2022-04-05
평점 4.40/5 총 10 개의 평점
개발자 masiroiizo
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Zoom",
    "author": "masiro",
    "description": "Zoom system for YouTube",
    "version": "1.0.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.jp\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ]
}