JW Video subtitle download

This extension allows user to download the subtitle on jw.org library.

Qu'est-ce que JW Video subtitle download ?

JW Video subtitle download est une extension Chrome développée par po8867, et sa fonction principale est "This extension allows user to download the subtitle on jw.org library.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JW Video subtitle download

Téléchargez les fichiers d'extension JW Video subtitle download 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

                        This chrome extension allows users to download subtitles on jw.org library.                    

Informations de Base sur l'Extension

Nom JW Video subtitle download JW Video subtitle download
ID clldjfcbckgjalddckiaeifojelabbng
URL Officiel https://chromewebstore.google.com/detail/jw-video-subtitle-downloa/clldjfcbckgjalddckiaeifojelabbng
Description This extension allows user to download the subtitle on jw.org library.
Taille du Fichier 19.68 KB
Nombre d'Installations 2,669
Version Actuelle 2.1.4
Dernière Mise à Jour 2023-02-06
Date de Publication 2019-12-18
Évaluation 4.80/5 Total 10 Évaluations
Développeur po8867
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/yoyowarm/JW-video-subtitle
Langues Prises en Charge zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JW Video subtitle download",
    "description": "This extension allows user to download the subtitle on jw.org library.",
    "version": "2.1.4",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "webRequest"
    ]
}