twitch keyboard shortcuts
twitch tv keyboard shortcuts
Co to jest twitch keyboard shortcuts?
twitch keyboard shortcuts to rozszerzenie Chrome opracowane przez juanc.jara, a jego główną funkcją jest „twitch tv keyboard shortcuts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia twitch keyboard shortcuts
Pobierz pliki rozszerzeń twitch keyboard shortcuts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pfdnkciodgpiannbheoheddfdnkbboha |
Oficjalny URL | https://chrome.google.com/webstore/detail/twitch-keyboard-shortcuts/pfdnkciodgpiannbheoheddfdnkbboha |
Opis | twitch tv keyboard shortcuts |
Rozmiar pliku | 76.19 KB |
Liczba instalacji | 165 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2017-01-03 |
Data Publikacji | 2017-01-03 |
Ocena | 3.22/5 Łącznie 9 Oceny |
Deweloper | juanc.jara |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |