YouTube Enhancement Suite (YES)

A lightweight extension for enriching your YouTube experience.

什么是YouTube Enhancement Suite (YES)?

YouTube Enhancement Suite (YES)是由Anant Mishra开发的Chrome扩展程序,该扩展的主要功能是“A lightweight extension for enriching your YouTube experience.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载YouTube Enhancement Suite (YES)扩展crx文件

下载YouTube Enhancement Suite (YES)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✔ Removes annoying end-cards on YT videos.
✔ Lightweight: good on your RAM.
✔ More immersive movies: button to hide the top and bottom bar while watching (keyboard shortcut: 'h')
✔ Volume control with keyboard ('a' and 'd' keys).
✔ Display remaining time on the video.
✔ Display at what time the video ends.
✔ Combine with existing shortcuts of YT: c, m, j, k, l, h, a, d for complete experience.                    

扩展基本信息

名称 YouTube Enhancement Suite (YES) YouTube Enhancement Suite (YES)
ID glemnkobkfifhjpmebpoafilpkmamhoj
官方URL https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj
简介 A lightweight extension for enriching your YouTube experience.
文件大小 24.38 KB
安装次数 60
当前版本 1.7.2
更新时间 2020-12-12
上架时间 2020-12-11
评分 5.00/5 共3次评分
开发者 Anant Mishra
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Enhancement Suite (YES)",
    "version": "1.7.2",
    "description": "A lightweight extension for enriching your YouTube experience.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "core.min.js"
            ],
            "css": [
                "style.min.css"
            ]
        }
    ]
}