1 frame forward

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

Qu'est-ce que 1 frame forward ?

1 frame forward est une extension Chrome développée par Daiki Yoshimitsu, et sa fonction principale est "1 frame forward button. 1フレーム進むボタン".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 1 frame forward

Téléchargez les fichiers d'extension 1 frame forward au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 1 frame forward 1 frame forward
ID kcpphmaadlipclmhmdgjibnemplidjgh
URL Officiel https://chromewebstore.google.com/detail/1-frame-forward/kcpphmaadlipclmhmdgjibnemplidjgh
Description 1 frame forward button. 1フレーム進むボタン
Taille du Fichier 7.32 KB
Nombre d'Installations 661
Version Actuelle 1.5.0
Dernière Mise à Jour 2023-03-09
Date de Publication 2020-06-14
Évaluation 3.75/5 Total 4 Évaluations
Développeur Daiki Yoshimitsu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}