YouTube Focus

Focused timestamp highlights for YouTube

Vad är YouTube Focus?

YouTube Focus är en Chrome-tillägg utvecklad av House 7, och dess huvudfunktion är "Focused timestamp highlights for YouTube".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Focus-förlängningens CRX-fil

Ladda ner YouTube Focus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn YouTube Focus YouTube Focus
ID hlbigenlepcdiklldilmakhojegpkaca
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca
Beskrivning Focused timestamp highlights for YouTube
Filstorlek 41.03 KB
Antal Installationer 26
Aktuell Version 0.3.0
Senast Uppdaterad 2020-09-18
Publiceringsdatum 2020-03-26
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare House 7
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}