1 frame forward

1 frame forward button. 1フレーム進むボタン

1 frame forward란 무엇입니까?

1 frame forward은(는) Daiki Yoshimitsu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1 frame forward button. 1フレーム進むボタン"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

1 frame forward 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        対応している動画サイトで1フレーム(30分の1コマ)進むことができる『コマ送り拡張ボタン(進む)』です。
アニメーションの勉強などに是非ご活用ください!

対応サイト(2021年10現在)
-Disney+(リニューアル版対応済み)
-YouTube
-Bandai Channel
-ニコニコ動画
-WWE Network
-U-NEXT

It is an expansion button that can move one frame forward (30fps) on supported video sites.
Please use it for studying animation!                    

확장 프로그램 기본 정보

이름 1 frame forward 1 frame forward
ID kcpphmaadlipclmhmdgjibnemplidjgh
공식 URL https://chromewebstore.google.com/detail/1-frame-forward/kcpphmaadlipclmhmdgjibnemplidjgh
설명 1 frame forward button. 1フレーム進むボタン
파일 크기 7.32 KB
설치 횟수 661
현재 버전 1.5.0
최근 업데이트 2023-03-09
출시 날짜 2020-06-14
평점 3.75/5 총 4 개의 평점
개발자 Daiki Yoshimitsu
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1 frame forward",
    "version": "1.5.0",
    "description": "1 frame forward button. 1\u30d5\u30ec\u30fc\u30e0\u9032\u3080\u30dc\u30bf\u30f3",
    "icons": {
        "16": "icons\/right16.png",
        "48": "icons\/right48.png",
        "128": "icons\/right128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/*",
                "https:\/\/disneyplus.disney.co.jp\/*",
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/watch.wwe.com\/*",
                "https:\/\/watch.wwe.com\/*",
                "http:\/\/www.nicovideo.jp\/*",
                "https:\/\/www.nicovideo.jp\/*",
                "https:\/\/www.b-ch.com\/*",
                "https:\/\/video.unext.jp\/play\/*"
            ],
            "js": [
                "contents.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/right16.png"
    }
}