Youtube Speed Control Hotkeys
Allows you to customize your own speed control hotkeys in Youtube
Youtube Speed Control Hotkeys क्या है?
Youtube Speed Control Hotkeys krsntn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to customize your own speed control hotkeys in Youtube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Speed Control Hotkeys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can customize your own hotkeys to speed up and speed down the playing video on youtube. This extension only works on youtube. ======================================================== Version 1.0.20 - Fixes initial load bug Version 1.0.19 - Migrate to Manifest V3 Version 1.0.18 - Bug fixes and performance improvements Version 1.0.9 - Remove "Seek backward & forward" feature from extension, as Youtube had include this feature in the latest update. Version 1.0.8 - Added inactive icon Version 1.0.7 - Seek backward & forward works even the focus element is not on video player Version 1.0.6 - New configuration effect immediate change without the needs of refreshing page Version 1.0.1 - Updated on configuration UI display Version 1.0 - Basic customization that allows you to customize your own hotkeys of changing youtube playback speed rate.
एक्सटेंशन की मूल जानकारी
नाम | Youtube Speed Control Hotkeys |
ID | opcjoeippmphadnkmkjocmingcbpmepn |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-speed-control-hot/opcjoeippmphadnkmkjocmingcbpmepn |
विवरण | Allows you to customize your own speed control hotkeys in Youtube |
फ़ाइल का आकार | 578 KB |
स्थापना संख्या | 490 |
वर्तमान संस्करण | 1.0.20 |
अंतिम अपडेट | 2024-01-04 |
प्रकाशन तिथि | 2020-06-10 |
रेटिंग | 4.17/5 कुल 6 रेटिंग्स |
डेवलपर | krsntn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Speed Control Hotkeys", "version": "1.0.20", "description": "Allows you to customize your own speed control hotkeys in Youtube", "icons": { "128": "\/images\/icon128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "content.css" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "manifest_version": 3 } |