1 frame back

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

1 frame backคืออะไร?

1 frame back เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daiki Yoshimitsu และคุณลักษณะหลักของมันคือ "1 frame back button. 1フレーム戻るボタン"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 1 frame back

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}