-
Notifications
You must be signed in to change notification settings - Fork 4
/
torrent-clients.json
103 lines (103 loc) · 2.75 KB
/
torrent-clients.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"version": 1,
"rules": [
{
"type": "logical",
"mode": "or",
"rules": [
{
"process_name": [
"uTorrent.exe",
"BitTorrent.exe",
"utweb.exe",
"btweb.exe",
"utorrentie.exe",
"bittorrentie.exe",
"qbittorrent.exe",
"deluge.exe",
"Azureus.exe",
"tixati.exe",
"transmission-qt.exe",
"transmission-daemon.exe",
"WebTorrent.exe",
"PicoTorrent.exe",
"FrostWire.exe",
"Tribler.exe",
"BitComet.exe",
"mediaget.exe",
"mediaget_crashpad_handler.exe",
"uFiler.exe",
"Transmission",
"qBittorrent",
"BitTorrent Web",
"BitTorrent",
"uTorrent Web",
"uTorrent",
"Folx",
"Deluge",
"Vuze",
"FrostWire",
"BiglyBT",
"BitLord",
"BitComet",
"bitlord",
"tribler",
"WebTorrent",
"WebTorrent Helper",
"WebTorrent Helper (GPU)",
"WebTorrent Helper (Renderer)",
"mediaget",
"fdm",
"Free Download Manager",
"qbittorrent",
"qbittorrent-nox",
"transmission-qt",
"transmission-gtk",
"transmission-daemon",
"deluged",
"deluge-gtk",
"fragments",
"tixati",
"frostwire",
"vuze",
"azureus",
"ktorrent",
"rtorrent",
"tribler"
]
},
{
"package_name": [
"com.kevinforeman.nzb360",
"org.proninyaroslav.libretorrent",
"hu.tagsoft.ttorrent.noads",
"com.utorrent.client",
"hu.tagsoft.ttorrent.lite",
"com.utorrent.client.pro",
"com.mtorrent.client",
"com.bittorrent.client.pro",
"com.gray.pikatorrent",
"com.yablio.torrentium",
"in.gopalakrishnareddy.torrent",
"intelligems.torrdroid",
"org.jsp.wide",
"mobi.zona",
"com.bittorrent.client",
"com.dv.adm",
"org.freedownloadmanager.fdm",
"com.houseoflife.bitlord",
"connect.torrentpower",
"com.amnis",
"com.biglybt.android.client",
"com.delphicoder.flud",
"com.mediaget.android",
"com.delphicoder.flud.paid",
"org.transdroid.lite",
"idm.internet.download.manager",
"com.bitcomet.android"
]
}
]
}
]
}