YTex YouTube Extension
Adds more controls to youtube html5 player
What is YTex YouTube Extension?
YTex YouTube Extension is a Chrome extension developed by SeKa, and its main feature is "Adds more controls to youtube html5 player".
Extension Screenshots
Download YTex YouTube Extension Extension CRX File
Download YTex YouTube Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mllojahkjeoinmhcinbcnkleeefdohbm |
Official URL | https://chrome.google.com/webstore/detail/ytex-youtube-extension/mllojahkjeoinmhcinbcnkleeefdohbm |
Description | Adds more controls to youtube html5 player |
File Size | 33.74 KB |
Installation Count | 51 |
Current Version | 1.2 |
Last Updated | 2020-07-08 |
Publish Date | 2017-09-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | SeKa |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |