Youtube Subtitle Navigation
To help to navigate the video via subtitles
Cos'è Youtube Subtitle Navigation?
Youtube Subtitle Navigation è un'estensione di Chrome sviluppata da 915522927, e la sua funzione principale è "To help to navigate the video via subtitles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Subtitle Navigation
Scarica i file di estensione Youtube Subtitle Navigation 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
To show the youtube subtitles in a scroll view. And you can click the subtitle to navigate to any point of the video
Informazioni di Base sull'Estensione
Nome | Youtube Subtitle Navigation |
ID | mnmncjbohjbmlcjfledohhdbjgmpdgmp |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-subtitle-navigati/mnmncjbohjbmlcjfledohhdbjgmpdgmp |
Descrizione | To help to navigate the video via subtitles |
Dimensione del File | 950 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2022-06-14 |
Data di Pubblicazione | 2022-06-14 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | 915522927 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/qq915522927/youtube-subtiltle-scroller-plugin |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Subtitle Navigation", "version": "0.0.0.2", "description": "To help to navigate the video via subtitles", "icons": { "32": "icons\/logo32.png", "128": "icons\/logo128.png", "512": "icons\/logo512.png" }, "permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ ".\/foreground.js" ] } ], "web_accessible_resources": [ { "resources": [ "bootstrap-icons.woff", "bootstrap-icons.woff2" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |