twitch keyboard shortcuts
twitch tv keyboard shortcuts
twitch keyboard shortcuts क्या है?
twitch keyboard shortcuts juanc.jara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "twitch tv keyboard shortcuts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में twitch keyboard shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |