Youtube Subtitle Navigation

To help to navigate the video via subtitles

Qu'est-ce que Youtube Subtitle Navigation ?

Youtube Subtitle Navigation est une extension Chrome développée par 915522927, et sa fonction principale est "To help to navigate the video via subtitles".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Subtitle Navigation

Téléchargez les fichiers d'extension Youtube Subtitle Navigation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        To show the youtube subtitles in a scroll view. And you can click the subtitle to navigate to any point of the video                    

Informations de Base sur l'Extension

Nom Youtube Subtitle Navigation Youtube Subtitle Navigation
ID mnmncjbohjbmlcjfledohhdbjgmpdgmp
URL Officiel https://chromewebstore.google.com/detail/youtube-subtitle-navigati/mnmncjbohjbmlcjfledohhdbjgmpdgmp
Description To help to navigate the video via subtitles
Taille du Fichier 950 KB
Nombre d'Installations 49
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2022-06-14
Date de Publication 2022-06-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur 915522927
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/qq915522927/youtube-subtiltle-scroller-plugin
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}