Controls for YouTube™ Shorts

Add controls for videos of YouTube™ shorts, including shortcuts!

Controls for YouTube™ Shorts क्या है?

Controls for YouTube™ Shorts edoan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add controls for videos of YouTube™ shorts, including shortcuts!"।

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

screenshot

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

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

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

                        Add a control bar below videos from YouTube Shorts.

Options:
- Always visible controls: it's not necessary to hover over the video for the controls to appear.
- Hide title and channel: when not hovering over the video, this option will hide the video information that overlays the video.
- Control volume with Arrow Up/Down: allow you to control the volume with arrow keys without holding shift/cmd, it is optional, as many users use it to scroll between shorts.

Keyboard shortcuts:
- Left/Right arrow keys to backward/forward the video by 5 seconds.
- Shift/Cmd + Up/Down arrow keys to increase/decrease the volume.
- "M" to mute/unmute the video.
- Spacebar to pause/resume the video.                    

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

नाम Controls for YouTube™ Shorts Controls for YouTube™ Shorts
ID daocpklojfnjgomjaemhhibodkpcjlpe
आधिकारिक URL https://chromewebstore.google.com/detail/controls-for-youtube-shor/daocpklojfnjgomjaemhhibodkpcjlpe
विवरण Add controls for videos of YouTube™ shorts, including shortcuts!
फ़ाइल का आकार 264 KB
स्थापना संख्या 4,011
वर्तमान संस्करण 1.3.45
अंतिम अपडेट 2024-01-28
प्रकाशन तिथि 2023-06-22
रेटिंग 4.79/5 कुल 34 रेटिंग्स
डेवलपर edoan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Zennos/controls-for-yt-shorts
समर्थित भाषाएँ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "version": "1.3.45",
    "manifest_version": 3,
    "description": "__MSG_AppDescription__",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css\/content_script.css"
            ],
            "js": [
                "libs\/mutation_summary.js",
                "libs\/fluidplayer.min.js",
                "js\/observer.js",
                "js\/utils.js",
                "js\/content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icons\/normal\/icon-16.png",
            "48": "images\/icons\/normal\/icon-48.png",
            "32": "images\/icons\/normal\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/normal\/icon-16.png",
        "48": "images\/icons\/normal\/icon-48.png",
        "128": "images\/icons\/normal\/icon-128.png"
    }
}