Yt tools
YouTube enhancements.
什么是Yt tools?
Yt tools是由hobosoft.production开发的Chrome扩展程序,该扩展的主要功能是“YouTube enhancements.”。
扩展截图
下载Yt tools扩展crx文件
下载Yt tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Adds fast forward and rewind 5s buttons to youtube player. Adds Ctrl+q shortcut which focuses search bar. Automatically clicks 'Are you still watching?' Yes                     扩展基本信息
| 名称 |  | 
| ID | apemfkbcaiefdoeceaaefidpcgmfckkk | 
| 官方URL | https://chromewebstore.google.com/detail/yt-tools/apemfkbcaiefdoeceaaefidpcgmfckkk | 
| 简介 | YouTube enhancements. | 
| 文件大小 | 5.11 KB | 
| 安装次数 | 44 | 
| 当前版本 | 1.2 | 
| 更新时间 | 2020-12-15 | 
| 上架时间 | 2020-12-15 | 
| 评分 | 2.00/5 共1次评分 | 
| 开发者 | hobosoft.production | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yt tools",
    "version": "1.2",
    "description": "YouTube enhancements.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ]
} | |