Easy Speed Drag YouTube

Adjust YouTube playback speed by clicking and dragging left or right on the video.

Easy Speed Drag YouTube क्या है?

Easy Speed Drag YouTube https://davidschiller.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adjust YouTube playback speed by clicking and dragging left or right on the video."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Speed Drag YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        NEW - This extension now automatically fast-forwards and skips YouTube ads for you. No more ads!

--
Fastest and most intuitive speed control for YouTube.

No more fiddling with menus. No need to hunt down hotkeys. Just click and hold anywhere on the video. Drag left or right to choose different speeds. Anywhere from 0.1x to 16x

Very helpful for skimming boring sections of videos, or selecting a custom speed to watch a video at.

--

HOW TO USE:

Click and hold anywhere on a video to play at 2x speed. Release the click to resume regular speed.

Drag the click to the right for faster speeds like 3x or 5x.

Drag to the left for slower speeds like 1.5x or 0.5x.

Drag all the way left to rewind.

Pick which speeds you want in the settings.

All speeds will revert back to normal speed when you release the click, UNLESS you drag the mouse vertically before releasing. If you do, the new speed will remain (the indicator will become bold to indicate that you've set the new speed to be persistent).                    

एक्सटेंशन की मूल जानकारी

नाम Easy Speed Drag YouTube Easy Speed Drag YouTube
ID lmcggcabhocpfkbddekmconplfjmmgmn
आधिकारिक URL https://chromewebstore.google.com/detail/easy-speed-drag-youtube/lmcggcabhocpfkbddekmconplfjmmgmn
विवरण Adjust YouTube playback speed by clicking and dragging left or right on the video.
फ़ाइल का आकार 260 KB
स्थापना संख्या 106
वर्तमान संस्करण 3.33
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2023-10-07
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://davidschiller.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://davidschiller.net/easy-speed-drag-for-youtube.html
सहायता पृष्ठ URL https://github.com/dschil138/easyspeed-for-youtube
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Speed Drag YouTube",
    "version": "3.33",
    "description": "Adjust YouTube playback speed by clicking and dragging left or right on the video.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.youtube-nocookie.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "utils.js",
                "content.js",
                "handlers.js",
                "observers.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    }
}