YouTube Focus
Focused timestamp highlights for YouTube
Co to jest YouTube Focus?
YouTube Focus to rozszerzenie Chrome opracowane przez House 7, a jego główną funkcją jest „Focused timestamp highlights for YouTube”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Focus
Pobierz pliki rozszerzeń YouTube Focus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Brings relevant timestamps from comments directly into your YouTube video player.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hlbigenlepcdiklldilmakhojegpkaca |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca |
Opis | Focused timestamp highlights for YouTube |
Rozmiar pliku | 41.03 KB |
Liczba instalacji | 26 |
Aktualna Wersja | 0.3.0 |
Ostatnia Aktualizacja | 2020-09-18 |
Data Publikacji | 2020-03-26 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | House 7 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |