1 frame forward

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

1 frame forward là gì?

1 frame forward là một tiện ích mở rộng Chrome được phát triển bởi Daiki Yoshimitsu, và tính năng chính của nó là "1 frame forward button. 1フレーム進むボタン".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 1 frame forward

Tải xuống các tệp mở rộng 1 frame forward dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        対応している動画サイトで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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 1 frame forward 1 frame forward
ID kcpphmaadlipclmhmdgjibnemplidjgh
URL Chính Thức https://chromewebstore.google.com/detail/1-frame-forward/kcpphmaadlipclmhmdgjibnemplidjgh
Mô tả 1 frame forward button. 1フレーム進むボタン
Kích Thước Tệp 7.32 KB
Số Lần Cài Đặt 661
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2023-03-09
Ngày Phát Hành 2020-06-14
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Daiki Yoshimitsu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}