YouTube Focus

Focused timestamp highlights for YouTube

What is YouTube Focus?

YouTube Focus is a Chrome extension developed by House 7, and its main feature is "Focused timestamp highlights for YouTube".

Extension Screenshots

screenshot

Download YouTube Focus Extension CRX File

Download YouTube Focus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Focus YouTube Focus
ID hlbigenlepcdiklldilmakhojegpkaca
Official URL https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca
Description Focused timestamp highlights for YouTube
File Size 41.03 KB
Installation Count 26
Current Version 0.3.0
Last Updated 2020-09-18
Publish Date 2020-03-26
Rating 5.00/5 Total 4 Ratings
Developer House 7
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}