Youtube Subtitle Navigation
To help to navigate the video via subtitles
Wat is Youtube Subtitle Navigation?
Youtube Subtitle Navigation is een Chrome-extensie ontwikkeld door 915522927, en de belangrijkste functie is "To help to navigate the video via subtitles".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Subtitle Navigation
Download Youtube Subtitle Navigation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
To show the youtube subtitles in a scroll view. And you can click the subtitle to navigate to any point of the video Basisinformatie over de Extensie
| Naam | |
| ID | mnmncjbohjbmlcjfledohhdbjgmpdgmp |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-subtitle-navigati/mnmncjbohjbmlcjfledohhdbjgmpdgmp |
| Beschrijving | To help to navigate the video via subtitles |
| Bestandsgrootte | 950 KB |
| Aantal Installaties | 49 |
| Huidige Versie | 0.0.0.2 |
| Laatst Bijgewerkt | 2022-06-14 |
| Publicatiedatum | 2022-06-14 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | 915522927 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/qq915522927/youtube-subtiltle-scroller-plugin |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |