YouTube Progress Bar Hider

Lightweight extension to hide the YouTube progress bar and video duration.

什么是YouTube Progress Bar Hider?

YouTube Progress Bar Hider是由Lolo Réel开发的Chrome扩展程序,该扩展的主要功能是“Lightweight extension to hide the YouTube progress bar and video duration.”。

扩展截图

screenshot

下载YouTube Progress Bar Hider扩展crx文件

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

扩展使用说明

                        - No configuration
- No menu
- Lightweight (<10kb)                    

扩展基本信息

名称 YouTube Progress Bar Hider YouTube Progress Bar Hider
ID oijcookiachipbcjfimdahgaacmmkpea
官方URL https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea
简介 Lightweight extension to hide the YouTube progress bar and video duration.
文件大小 11.01 KB
安装次数 133
当前版本 1.0
更新时间 2023-09-09
上架时间 2020-09-20
评分 5.00/5 共1次评分
开发者 Lolo Réel
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "yth.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "YouTube Progress Bar Hider",
    "description": "Lightweight extension to hide the YouTube progress bar and video duration.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0"
}