Youtube Shorts Controller
Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
Youtube Shorts Controller क्या है?
Youtube Shorts Controller aomerrill98 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Shorts Controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to fast forward and rewind YouTube shorts by 2.5 and 5 seconds. It also allows you to modify playback speed in increments of .25x. The current playback speed as well as timestamp are also displayed on the bottom left of the video. Controls: w/a/A/s/d/D Fast Forward: d - 2.5s D - 5s Rewind: a - 2.5s A - 5s Playback Speed: w - increment by .25x s - decrement by .25x
एक्सटेंशन की मूल जानकारी
नाम | Youtube Shorts Controller |
ID | ficbdkikbblcnkclmfkkppgmfgbcihch |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch |
विवरण | Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed |
फ़ाइल का आकार | 27.82 KB |
स्थापना संख्या | 832 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2023-11-30 |
प्रकाशन तिथि | 2022-12-14 |
रेटिंग | 4.73/5 कुल 11 रेटिंग्स |
डेवलपर | aomerrill98 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Shorts Controller", "version": "1.0.3", "description": "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "youtube-shorts-controller-script.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |