YouTube Focus

Focused timestamp highlights for YouTube

Was ist YouTube Focus?

YouTube Focus ist eine Chrome-Erweiterung, die von House 7 entwickelt wurde, und ihr Hauptmerkmal ist "Focused timestamp highlights for YouTube".

Erweiterungsscreenshots

screenshot

YouTube Focus-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Focus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name YouTube Focus YouTube Focus
ID hlbigenlepcdiklldilmakhojegpkaca
Offizielle URL https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca
Beschreibung Focused timestamp highlights for YouTube
Dateigröße 41.03 KB
Installationsanzahl 26
Aktuelle Version 0.3.0
Letztes Update 2020-09-18
Veröffentlichungsdatum 2020-03-26
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler House 7
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}