YTex YouTube Extension
Adds more controls to youtube html5 player
Co to jest YTex YouTube Extension?
YTex YouTube Extension to rozszerzenie Chrome opracowane przez SeKa, a jego główną funkcją jest „Adds more controls to youtube html5 player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YTex YouTube Extension
Pobierz pliki rozszerzeń YTex YouTube Extension 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
Die Extension fügt dem HTML5 Player auf YouTube zwei weitere Buttons hinzu, mit denen man 10 Sekunden vor oder zurück springen kann. The Extension adds two buttons to the YouTube control bar with which you can skip the next 10 seconds or rewind 10 seconds
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mllojahkjeoinmhcinbcnkleeefdohbm |
Oficjalny URL | https://chrome.google.com/webstore/detail/ytex-youtube-extension/mllojahkjeoinmhcinbcnkleeefdohbm |
Opis | Adds more controls to youtube html5 player |
Rozmiar pliku | 33.74 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2020-07-08 |
Data Publikacji | 2017-09-18 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | SeKa |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YTex YouTube Extension", "description": "Adds more controls to youtube html5 player", "version": "1.2", "browser_action": { "default_icon": "ytex128.png" }, "icons": { "16": "ytex16.png", "48": "ytex48.png", "128": "ytex128.png" }, "web_accessible_resources": [ "Forward.png", "Rewind.png" ], "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "ytex.css" ], "js": [ "ytex.js" ], "run_at": "document_end" } ] } |