twitch keyboard shortcuts
twitch tv keyboard shortcuts
twitch keyboard shortcutsとは何ですか?
twitch keyboard shortcutsはjuanc.jaraによって開発されたChromeの拡張機能で、その主な機能は「twitch tv keyboard shortcuts」です。
拡張機能のスクリーンショット
twitch keyboard shortcuts拡張機能のCRXファイルをダウンロード
twitch keyboard shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use your OWN shortcuts on Twitch tv past broadcasts. WORKS with the new video player controls. Steps: Open past broadcast video. Open extension Click on 'Load shortcuts' button, wait less than a second for a 'script loaded' notification' and it's ready. New features: Set your own key bindings. No longer supported: (because twitch already implements these features: Auto save and auto resume. This extension will remember your last played position on a pastbroadcast. You can disable autosave and autoresume.
拡張機能の基本情報
名前 | |
ID | pfdnkciodgpiannbheoheddfdnkbboha |
公式URL | https://chrome.google.com/webstore/detail/twitch-keyboard-shortcuts/pfdnkciodgpiannbheoheddfdnkbboha |
説明 | twitch tv keyboard shortcuts |
ファイルサイズ | 76.19 KB |
インストール数 | 165 |
現在のバージョン | 1.6 |
最終更新日 | 2017-01-03 |
公開日 | 2017-01-03 |
評価 | 3.22/5 合計 9 レビュー |
開発者 | juanc.jara |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "twitch keyboard shortcuts", "description": "twitch tv keyboard shortcuts", "version": "1.6", "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "images\/twitch-128.png" }, "permissions": [ "storage", "notifications", "activeTab", "alarms", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*\/v\/*", "http:\/\/twitch.tv\/*\/v\/*" ], "js": [ "js\/cs-bundle.js" ] } ], "background": { "scripts": [ "js\/bg-bundle.js" ] } } |