playrate
Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
Co to jest playrate?
playrate to rozszerzenie Chrome opracowane przez Evaw, a jego główną funkcją jest „Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia playrate
Pobierz pliki rozszerzeń playrate 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
You can speedup or slowdown a video. This extension allows you to control the playback rate of an html video on the current page. The goal is to be very simple and just do one thing. Disclaimer * if the video is played through a plugin like flash, this extension will not be able to function.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pjefnlaeacgiihhaahpglacipajmbfjb |
Oficjalny URL | https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb |
Opis | Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video |
Rozmiar pliku | 17.35 KB |
Liczba instalacji | 301 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2016-04-07 |
Data Publikacji | 2016-04-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Evaw |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Evaw/playrate |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "playrate", "version": "1.0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "browser_action": { "default_icon": "playrate.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |