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 |
官方網址 | 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" ] } } |