Youtube Spacer

Lets you use space to play/pause youtube videos without having it in focus!

Youtube Spacer क्या है?

Youtube Spacer hexagonest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you use space to play/pause youtube videos without having it in focus!"।

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

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

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

                        Have you ever watched a Youtube video, then all of a sudden EAR BLASTING NOISE STARTS PLAYING!!! But you're laying back, in your chair, all comfortable and stuff. You go to pause it by slamming on spacebar, but it only scrolls down the page! Damn! 

Well, this extension prevents that exactly. On Youtube videos, it will actually play and pause the videos, instead of scrolling down the damn page.

NOTE: Only works with HTML5 video. To access this feature, make sure your browser is updated and navigate to http://youtube.com/html5 to enable HTML5 video.                    

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

नाम Youtube Spacer Youtube Spacer
ID fgihoanlhiehncoaimcmolhlbmeikoak
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak
विवरण Lets you use space to play/pause youtube videos without having it in focus!
फ़ाइल का आकार 6.87 KB
स्थापना संख्या 127
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-12-12
प्रकाशन तिथि 2015-12-12
रेटिंग 4.24/5 कुल 21 रेटिंग्स
डेवलपर hexagonest
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Spacer",
    "description": "Lets you use space to play\/pause youtube videos without having it in focus!",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch?v=*",
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}