YouTube Focus
Focused timestamp highlights for YouTube
Apa itu YouTube Focus?
YouTube Focus adalah ekstensi Chrome yang dikembangkan oleh House 7, dan fitur utamanya adalah "Focused timestamp highlights for YouTube".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Focus
Unduh file ekstensi YouTube Focus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Brings relevant timestamps from comments directly into your YouTube video player.
Informasi Dasar Ekstensi
Nama | |
ID | hlbigenlepcdiklldilmakhojegpkaca |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca |
Deskripsi | Focused timestamp highlights for YouTube |
Ukuran File | 41.03 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2020-09-18 |
Tanggal Publikasi | 2020-03-26 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | House 7 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |