JW Video subtitle download
This extension allows user to download the subtitle on jw.org library.
Was ist JW Video subtitle download?
JW Video subtitle download ist eine Chrome-Erweiterung, die von po8867 entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows user to download the subtitle on jw.org library.".
Erweiterungsscreenshots
JW Video subtitle download-Erweiterungs-CRX-Datei herunterladen
Laden Sie JW Video subtitle download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This chrome extension allows users to download subtitles on jw.org library. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clldjfcbckgjalddckiaeifojelabbng |
| Offizielle URL | https://chromewebstore.google.com/detail/jw-video-subtitle-downloa/clldjfcbckgjalddckiaeifojelabbng |
| Beschreibung | This extension allows user to download the subtitle on jw.org library. |
| Dateigröße | 19.68 KB |
| Installationsanzahl | 2,669 |
| Aktuelle Version | 2.1.4 |
| Letztes Update | 2023-02-06 |
| Veröffentlichungsdatum | 2019-12-18 |
| Bewertung | 4.80/5 Insgesamt 10 Bewertungen |
| Entwickler | po8867 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/yoyowarm/JW-video-subtitle |
| Unterstützte Sprachen | 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"
]
} | |