JW Video subtitle download
This extension allows user to download the subtitle on jw.org library.
What is JW Video subtitle download?
JW Video subtitle download is a Chrome extension developed by po8867, and its main feature is "This extension allows user to download the subtitle on jw.org library.".
Extension Screenshots
Download JW Video subtitle download Extension CRX File
Download JW Video subtitle download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This chrome extension allows users to download subtitles on jw.org library.
Extension Basic Information
Name | JW Video subtitle download |
ID | clldjfcbckgjalddckiaeifojelabbng |
Official URL | https://chromewebstore.google.com/detail/jw-video-subtitle-downloa/clldjfcbckgjalddckiaeifojelabbng |
Description | This extension allows user to download the subtitle on jw.org library. |
File Size | 19.68 KB |
Installation Count | 2,669 |
Current Version | 2.1.4 |
Last Updated | 2023-02-06 |
Publish Date | 2019-12-18 |
Rating | 4.80/5 Total 10 Ratings |
Developer | po8867 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/yoyowarm/JW-video-subtitle |
Supported Languages | 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" ] } |