JW Video subtitle download
This extension allows user to download the subtitle on jw.org library.
Vad är JW Video subtitle download?
JW Video subtitle download är en Chrome-tillägg utvecklad av po8867, och dess huvudfunktion är "This extension allows user to download the subtitle on jw.org library.".
Tilläggsskärmbilder
Ladda ner JW Video subtitle download-förlängningens CRX-fil
Ladda ner JW Video subtitle download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This chrome extension allows users to download subtitles on jw.org library. Grundläggande Information om Tillägg
| Namn | |
| ID | clldjfcbckgjalddckiaeifojelabbng |
| Officiell webbadress | https://chromewebstore.google.com/detail/jw-video-subtitle-downloa/clldjfcbckgjalddckiaeifojelabbng |
| Beskrivning | This extension allows user to download the subtitle on jw.org library. |
| Filstorlek | 19.68 KB |
| Antal Installationer | 2,669 |
| Aktuell Version | 2.1.4 |
| Senast Uppdaterad | 2023-02-06 |
| Publiceringsdatum | 2019-12-18 |
| Betyg | 4.80/5 Totalt 10 Betyg |
| Utvecklare | po8867 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/yoyowarm/JW-video-subtitle |
| Stödda Språk | 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"
]
} | |