-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtts.json
28 lines (28 loc) · 917 Bytes
/
tts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"metadata": {
"author": "vBook",
"description": ""
},
"data": [
{
"name": "Google TTS",
"author": "vBook",
"version": 1,
"source": "https://www.google.com",
"path": "https://raw.githubusercontent.com/Darkrai9x/vbook-extensions/master/google-tts/plugin.zip",
"icon": "https://raw.githubusercontent.com/Darkrai9x/vbook-extensions/master/google-tts/icon.png",
"description": "Nghe truyện bằng Google TTS",
"type": "tts"
},
{
"name": "Bing TTS",
"author": "vBook",
"version": 1,
"source": "https://www.bing.com/translator",
"path": "https://raw.githubusercontent.com/Darkrai9x/vbook-extensions/master/bing-tts/plugin.zip",
"icon": "https://raw.githubusercontent.com/Darkrai9x/vbook-extensions/master/bing-tts/icon.png",
"description": "Nghe truyện bằng Bing TTS",
"type": "tts"
}
]
}