YouTube Space Bar

Actually pause YouTube videos with the space bar

Co to jest YouTube Space Bar?

YouTube Space Bar to rozszerzenie Chrome opracowane przez djmartin5454, a jego główną funkcją jest „Actually pause YouTube videos with the space bar”.

Pobierz plik CRX rozszerzenia YouTube Space Bar

Pobierz pliki rozszerzeń YouTube Space Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        No one has ever wanted to scroll down on YouTube using the space bar.
This fixes that.

There are a few extensions that claim to do this, but this one actually works.

Also, spaces typed in the comment box, or in the search bar do not pause the video as they do in some other extensions.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
Oficjalny URL https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
Opis Actually pause YouTube videos with the space bar
Rozmiar pliku 6.04 KB
Liczba instalacji 121
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-10-03
Data Publikacji 2016-10-03
Ocena 3.33/5 Łącznie 15 Oceny
Deweloper djmartin5454
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Space Bar",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Actually pause YouTube videos with the space bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "icon.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}