YouTube Rewind & Fast Forward Buttons

Add Rewind & Fast Forward buttons to videos player in a YouTube site

YouTube Rewind & Fast Forward Buttons क्या है?

YouTube Rewind & Fast Forward Buttons Mendy Leizerovich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Rewind & Fast Forward buttons to videos player in a YouTube site"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enhance your YouTube experience with the Rewind & Fast Forward Chrome extension. This tool adds dedicated buttons to rewinding and fast forwarding the video.

Features:

1. Customizable Time Skips:
Choose the number of seconds you skip with each button individually.

2. Arrow Key Override:
Decide whether to synchronize arrow keys with the extension buttons' seconds. (Default: No override)

3. Media Key Integration:
Optimize control by mapping the keyboard media keys to mirror the extension buttons' behavior.

How to Access the Options Page:
1. If you've pinned the extension, click the extension icon and select "Options".
2. If you haven't pinned it, click the Chrome extension icon, then click the three dots near the "YouTube Rewind & Fast Forward Buttons" extension, and select "Options."

(Refer to the picture for guidance.)                    

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

नाम YouTube Rewind & Fast Forward Buttons YouTube Rewind & Fast Forward Buttons
ID bmdiaadnpgbbfepggiiajgadlhhcphgk
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-rewind-fast-forwa/bmdiaadnpgbbfepggiiajgadlhhcphgk
विवरण Add Rewind & Fast Forward buttons to videos player in a YouTube site
फ़ाइल का आकार 26.56 KB
स्थापना संख्या 4,285
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2023-11-20
प्रकाशन तिथि 2019-09-02
रेटिंग 4.34/5 कुल 38 रेटिंग्स
डेवलपर Mendy Leizerovich
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mendz/youtube-fast-rewind-forward-buttons
सहायता पृष्ठ URL https://github.com/mendz/youtube-fast-rewind-forward-buttons/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "YouTube Rewind&Forward Buttons",
    "name": "YouTube Rewind & Fast Forward Buttons",
    "description": "Add Rewind & Fast Forward buttons to videos player in a YouTube site",
    "version": "1.3.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.f741d4b5.js"
            ],
            "css": [
                "content-styles.38bd2867.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "fast-forward-16.54be20a9.png",
        "32": "fast-forward-32.6cc32f25.png",
        "48": "fast-forward-48.a3f2e56e.png",
        "60": "fast-forward-60.56095b1b.png",
        "128": "fast-forward-128.c3a65c3e.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.5dee1b9e.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": []
        }
    ]
}