1 frame back

1 frame back button. 1フレーム戻るボタン

什麼是1 frame back?

1 frame back是由Daiki Yoshimitsu開發的Chrome擴展程式,該擴展的主要功能是“1 frame back button. 1フレーム戻るボタン”。

擴展截圖

screenshot

下載1 frame back擴展crx文件

下載1 frame back擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

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

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

擴展基本資訊

名稱 1 frame back 1 frame back
ID aonfphdgolcjagpgmlejfpinabbckiio
官方網址 https://chromewebstore.google.com/detail/1-frame-back/aonfphdgolcjagpgmlejfpinabbckiio
簡介 1 frame back button. 1フレーム戻るボタン
檔案大小 25.2 KB
安裝次數 535
目前版本 1.5.0
更新時間 2021-10-27
上架時間 2020-06-15
評分 4.00/5 共 2 次評分
開發者 Daiki Yoshimitsu
電子郵箱 [email protected]
付費類型 free
支援的語言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1 frame back",
    "version": "1.5.0",
    "description": "1 frame back button. 1\u30d5\u30ec\u30fc\u30e0\u623b\u308b\u30dc\u30bf\u30f3",
    "icons": {
        "16": "icons\/left16.png",
        "48": "icons\/left48.png",
        "128": "icons\/left128.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\/left.png"
    }
}