Video Controls Max
This plugin provide extra video controls for youtube
Co to jest Video Controls Max?
Video Controls Max to rozszerzenie Chrome opracowane przez Manjot Singh, a jego główną funkcją jest „This plugin provide extra video controls for youtube”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Video Controls Max
Pobierz pliki rozszerzeń Video Controls Max 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 plugin gives you extra control for your youtube video. Extra Controls given right now are:- 1. Forward: Forward by 10 sec 2. Backward: Backward by 10 sec 3. Speed+: Increase speed of video ( max 15.5x) 4. Speed-: Decrease speed of video ( min 0.5x) 5. Reverse: Reverse your Video 6. Stop Reverse: Stop Reversing video
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ofcelndgcapgcjldffldonbefaoddhjn |
Oficjalny URL | https://chrome.google.com/webstore/detail/video-controls-max/ofcelndgcapgcjldffldonbefaoddhjn |
Opis | This plugin provide extra video controls for youtube |
Rozmiar pliku | 14.74 KB |
Liczba instalacji | 153 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-03-12 |
Data Publikacji | 2019-03-12 |
Ocena | 3.67/5 Łącznie 6 Oceny |
Deweloper | Manjot Singh |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Controls Max", "version": "1.2", "description": "This plugin provide extra video controls for youtube", "permissions": [ "activeTab", "declarativeContent", "storage", "webNavigation", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "insertPlayerButtons.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2 } |