YoutubeShortTimeController
You can control the current time of YouTube Shorts with a mouse click.
什么是YoutubeShortTimeController?
YoutubeShortTimeController是由psg0107开发的Chrome扩展程序,该扩展的主要功能是“You can control the current time of YouTube Shorts with a mouse click.”。
扩展截图
下载YoutubeShortTimeController扩展crx文件
下载YoutubeShortTimeController扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다.
You can click on the video playback bar at the bottom of YouTube Shorts to change the time. 扩展基本信息
| 名称 | |
| ID | bhjbcabomfjkdlklcmlainidbjlkamjn |
| 官方URL | https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn |
| 简介 | You can control the current time of YouTube Shorts with a mouse click. |
| 文件大小 | 10.59 KB |
| 安装次数 | 193 |
| 当前版本 | 1.0.0.3 |
| 更新时间 | 2023-07-19 |
| 上架时间 | 2023-02-18 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | psg0107 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YoutubeShortTimeController",
"description": "You can control the current time of YouTube Shorts with a mouse click.",
"version": "1.0.0.3",
"manifest_version": 3,
"icons": {
"128": "icon.png"
},
"author": "SGPark",
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/youtube.com\/*",
"*:\/\/www.youtube.com\/*"
],
"permissions": [
"scripting"
]
} | |