YouTube Focus

Focused timestamp highlights for YouTube

什么是YouTube Focus?

YouTube Focus是由House 7开发的Chrome扩展程序,该扩展的主要功能是“Focused timestamp highlights for YouTube”。

扩展截图

screenshot

下载YouTube Focus扩展crx文件

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

扩展使用说明

                        Brings relevant timestamps from comments directly into your YouTube video player.                    

扩展基本信息

名称 YouTube Focus YouTube Focus
ID hlbigenlepcdiklldilmakhojegpkaca
官方URL https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca
简介 Focused timestamp highlights for YouTube
文件大小 41.03 KB
安装次数 26
当前版本 0.3.0
更新时间 2020-09-18
上架时间 2020-03-26
评分 5.00/5 共4次评分
开发者 House 7
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Focus",
    "version": "0.3.0",
    "description": "Focused timestamp highlights for YouTube",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "script\/garbage_collector.js",
                "script\/timestamps.js",
                "script\/app.js",
                "lib\/popper.min.js",
                "lib\/tippy-bundle.umd.min.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}