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 |
电子邮箱 | [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" ] } } |