Youtube Playback Gearstick
Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)
Co to jest Youtube Playback Gearstick?
Youtube Playback Gearstick to rozszerzenie Chrome opracowane przez Michael zlatin, a jego główną funkcją jest „Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)”.
Pobierz plik CRX rozszerzenia Youtube Playback Gearstick
Pobierz pliki rozszerzeń Youtube Playback Gearstick 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
This is a simple extension to extend the playback speeds for YouTube™ videos. in addition to the regular speeds (X0.25,X0.5,X1,X1.25,X1.5,X2) that YouTube™ provides it enables these speeds (X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10) plus its persistent across tabs, so once a speed is set it will affect other videos on reload
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hippcojfnmieddlhckhloiooljlnepgp |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-playback-gearstic/hippcojfnmieddlhckhloiooljlnepgp |
Opis | Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10) |
Rozmiar pliku | 8.11 KB |
Liczba instalacji | 192 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2017-07-31 |
Data Publikacji | 2017-07-30 |
Ocena | 4.00/5 Łącznie 5 Oceny |
Deweloper | Michael zlatin |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Playback Gearstick", "short_name": "YTG", "description": "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)", "manifest_version": 2, "author": "Michael Zlatin", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Click to change speed" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "off.png" } } |