JW Video subtitle download

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

Wat is JW Video subtitle download?

JW Video subtitle download is een Chrome-extensie ontwikkeld door po8867, en de belangrijkste functie is "This extension allows user to download the subtitle on jw.org library.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JW Video subtitle download

Download JW Video subtitle download-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

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

Basisinformatie over de Extensie

Naam JW Video subtitle download JW Video subtitle download
ID clldjfcbckgjalddckiaeifojelabbng
Officiële URL https://chromewebstore.google.com/detail/jw-video-subtitle-downloa/clldjfcbckgjalddckiaeifojelabbng
Beschrijving This extension allows user to download the subtitle on jw.org library.
Bestandsgrootte 19.68 KB
Aantal Installaties 2,669
Huidige Versie 2.1.4
Laatst Bijgewerkt 2023-02-06
Publicatiedatum 2019-12-18
Beoordeling 4.80/5 Totaal 10 Beoordelingen
Ontwikkelaar po8867
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/yoyowarm/JW-video-subtitle
Ondersteunde Talen 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"
    ]
}