twitch keyboard shortcuts
twitch tv keyboard shortcuts
twitch keyboard shortcuts là gì?
twitch keyboard shortcuts là một tiện ích mở rộng Chrome được phát triển bởi juanc.jara, và tính năng chính của nó là "twitch tv keyboard shortcuts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng twitch keyboard shortcuts
Tải xuống các tệp mở rộng twitch keyboard shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pfdnkciodgpiannbheoheddfdnkbboha |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitch-keyboard-shortcuts/pfdnkciodgpiannbheoheddfdnkbboha |
Mô tả | twitch tv keyboard shortcuts |
Kích Thước Tệp | 76.19 KB |
Số Lần Cài Đặt | 165 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2017-01-03 |
Ngày Phát Hành | 2017-01-03 |
Đánh Giá | 3.22/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | juanc.jara |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |