Video Speed

Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard

Co to jest Video Speed?

Video Speed to rozszerzenie Chrome opracowane przez Gil Amran, a jego główną funkcją jest „Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Video Speed

Pobierz pliki rozszerzeń Video Speed 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 easy way to control any HTML5 video playback speed.

[ Slowdown the video
] Speedup the video.
0 Reset, and get back to normal speed
- Go back 5 sec.
+ Skip 5 sec.


Have fun!
@gilamran

Note: This extension will ONLY work on the HTML5 version of YouTube                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Speed Video Speed
ID fnjmlegmhldjolpmcfjhooibnchlafgg
Oficjalny URL https://chrome.google.com/webstore/detail/video-speed/fnjmlegmhldjolpmcfjhooibnchlafgg
Opis Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard
Rozmiar pliku 23.07 KB
Liczba instalacji 23,534
Aktualna Wersja 2.0.7
Ostatnia Aktualizacja 2015-12-19
Data Publikacji 2015-12-19
Ocena 4.34/5 Łącznie 83 Oceny
Deweloper Gil Amran
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "name": "__MSG_appName__",
    "short_name": "VideoSpeed",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "version": "2.0.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_scripts\/styles\/video-speed.css"
            ],
            "js": [
                "content_scripts\/scripts\/video_speed_content_scripts.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}