YouTube Focus

Focused timestamp highlights for YouTube

Wat is YouTube Focus?

YouTube Focus is een Chrome-extensie ontwikkeld door House 7, en de belangrijkste functie is "Focused timestamp highlights for YouTube".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Focus

Download YouTube Focus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube Focus YouTube Focus
ID hlbigenlepcdiklldilmakhojegpkaca
Officiële URL https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca
Beschrijving Focused timestamp highlights for YouTube
Bestandsgrootte 41.03 KB
Aantal Installaties 26
Huidige Versie 0.3.0
Laatst Bijgewerkt 2020-09-18
Publicatiedatum 2020-03-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar House 7
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}