1 frame forward
1 frame forward button. 1フレーム進むボタン
1 frame forward क्या है?
1 frame forward Daiki Yoshimitsu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "1 frame forward button. 1フレーム進むボタン"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 1 frame forward एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |