YTex YouTube Extension
Adds more controls to youtube html5 player
什么是YTex YouTube Extension?
YTex YouTube Extension是由SeKa开发的Chrome扩展程序,该扩展的主要功能是“Adds more controls to youtube html5 player”。
扩展截图
下载YTex YouTube Extension扩展crx文件
下载YTex YouTube Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | mllojahkjeoinmhcinbcnkleeefdohbm |
官方URL | https://chrome.google.com/webstore/detail/ytex-youtube-extension/mllojahkjeoinmhcinbcnkleeefdohbm |
简介 | Adds more controls to youtube html5 player |
文件大小 | 33.74 KB |
安装次数 | 51 |
当前版本 | 1.2 |
更新时间 | 2020-07-08 |
上架时间 | 2017-09-18 |
评分 | 3.67/5 共3次评分 |
开发者 | SeKa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } ] } |