YouTube Scoll Seek
Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)
什么是YouTube Scoll Seek?
YouTube Scoll Seek是由alex.shilin开发的Chrome扩展程序,该扩展的主要功能是“Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward)”。
扩展截图
下载YouTube Scoll Seek扩展crx文件
下载YouTube Scoll Seek扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to use your mouse wheel to seek through YouTube videos. 扩展基本信息
| 名称 | |
| ID | pjggaihgkeacmloeihkapcocpgjcdfdl |
| 官方URL | https://chromewebstore.google.com/detail/youtube-scoll-seek/pjggaihgkeacmloeihkapcocpgjcdfdl |
| 简介 | Seek YouTube videos by hovering mouse over video and scrolling Up / Down (Forward / Backward) |
| 文件大小 | 10.21 KB |
| 安装次数 | 222 |
| 当前版本 | 0.2 |
| 更新时间 | 2022-05-25 |
| 上架时间 | 2022-04-21 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | alex.shilin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.2",
"name": "YouTube Scoll Seek",
"description": "Seek YouTube videos by hovering mouse over video and scrolling Up \/ Down (Forward \/ Backward)",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "\/images\/yt-ss-16px.png",
"32": "\/images\/yt-ss-32px.png",
"48": "\/images\/yt-ss-48px.png",
"128": "\/images\/yt-ss-128px.png"
}
} | |