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
Eメール [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"
    ]
}