YouTube Space bar Fix

Play or pause YouTube video with space bar even when the video is not focused.

YouTube Space bar Fix क्या है?

YouTube Space bar Fix https://jhaemin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play or pause YouTube video with space bar even when the video is not focused."।

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

screenshot

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

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

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

                        v1.0.2
- Fix space bar affecting the previously watched video in background on Shorts video page.

By pressing the left or right arrow keys on YouTube video player, the active element is changed to the progress bar. After that, pressing the space bar doesn't pause or play the video anymore.

It fixes the problem. With this extension, you can play or pause YouTube video with space bar even when the video is not focused.                    

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

नाम YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
विवरण Play or pause YouTube video with space bar even when the video is not focused.
फ़ाइल का आकार 11.17 KB
स्थापना संख्या 172
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2024-01-28
प्रकाशन तिथि 2024-01-08
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर https://jhaemin.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.jhaemin.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Space bar Fix",
    "description": "Play or pause YouTube video with space bar even when the video is not focused.",
    "version": "1.0.2",
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}