Highlights for YouTube
View highlights on the video player, that are generated from timestamps found in the description and top comments.
Cos'è Highlights for YouTube?
Highlights for YouTube è un'estensione di Chrome sviluppata da Ermag, e la sua funzione principale è "View highlights on the video player, that are generated from timestamps found in the description and top comments.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Highlights for YouTube
Scarica i file di estensione Highlights for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
UPDATE: Added controls for navigating between highlights.
See chapters or interesting moments without the need to scroll to the comment/description section. You can toggle the highlights directly from the video player options.
Note: Not all videos will have highlights on them since they are generated from timestamps. Feedback is greatly appreciated!
YouTube is a trademark of Google Inc. Informazioni di Base sull'Estensione
| Nome | |
| ID | jahmafmcpgdedfjfknmfkhaiejlfdcfc |
| URL Ufficiale | https://chromewebstore.google.com/detail/highlights-for-youtube/jahmafmcpgdedfjfknmfkhaiejlfdcfc |
| Descrizione | View highlights on the video player, that are generated from timestamps found in the description and top comments. |
| Dimensione del File | 41.6 KB |
| Conteggio Installazioni | 1,797 |
| Versione Corrente | 2.8 |
| Ultimo Aggiornamento | 2021-12-21 |
| Data di Pubblicazione | 2020-06-07 |
| Valutazione | 4.62/5 Totale 13 Valutazioni |
| Sviluppatore | Ermag |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Highlights for YouTube",
"version": "2.8",
"description": "View highlights on the video player, that are generated from timestamps found in the description and top comments.",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"tippy.all.min.js",
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
]
} | |