Playback Rate changer

Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements

Co to jest Playback Rate changer?

Playback Rate changer to rozszerzenie Chrome opracowane przez Amaan Cheval, a jego główną funkcją jest „Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements”.

Pobierz plik CRX rozszerzenia Playback Rate changer

Pobierz pliki rozszerzeń Playback Rate changer 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

                        An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements.

Keyboard shortcuts:

Alt and + increases speed
Alt and - decreases speed
Alt and 0 resets speed temporarily

The speed is saved locally for each domain individually.

Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.                    

Podstawowe informacje o rozszerzeniu

Nazwa Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
Oficjalny URL https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Opis Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Rozmiar pliku 3.79 KB
Liczba instalacji 15
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-11-12
Data Publikacji 2015-11-12
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper Amaan Cheval
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements",
    "name": "Playback Rate changer",
    "version": "1.1",
    "manifest_version": 2
}