AppLinks.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Optimizer
  7. {
  8. public class AppLinks
  9. {
  10. public AppInfo Chromium = new AppInfo();
  11. public AppInfo Firefox = new AppInfo();
  12. public AppInfo Vivaldi = new AppInfo();
  13. public AppInfo Chrome = new AppInfo();
  14. public AppInfo Opera = new AppInfo();
  15. public AppInfo TorBrowser = new AppInfo();
  16. public AppInfo VLC = new AppInfo();
  17. public AppInfo PotPlayer = new AppInfo();
  18. public AppInfo Foobar2000 = new AppInfo();
  19. public AppInfo Spotify = new AppInfo();
  20. public AppInfo BSPlayer = new AppInfo();
  21. public AppInfo IrfanView = new AppInfo();
  22. public AppInfo PhotoFiltre = new AppInfo();
  23. public AppInfo GIMP = new AppInfo();
  24. public AppInfo Audacity = new AppInfo();
  25. public AppInfo MP3Tag = new AppInfo();
  26. public AppInfo SevenZip = new AppInfo();
  27. public AppInfo PeaZip = new AppInfo();
  28. public AppInfo WinRAR = new AppInfo();
  29. public AppInfo SumatraPDF = new AppInfo();
  30. public AppInfo Foxit = new AppInfo();
  31. public AppInfo AdobeReader = new AppInfo();
  32. public AppInfo LibreOffice = new AppInfo();
  33. public AppInfo Discord = new AppInfo();
  34. public AppInfo Skype = new AppInfo();
  35. public AppInfo Viber = new AppInfo();
  36. public AppInfo Zoom = new AppInfo();
  37. public AppInfo TeamViewer = new AppInfo();
  38. public AppInfo Thunderbird = new AppInfo();
  39. public AppInfo NotepadPP = new AppInfo();
  40. public AppInfo Evernote = new AppInfo();
  41. public AppInfo SublimeText = new AppInfo();
  42. public AppInfo VSCode = new AppInfo();
  43. public AppInfo Atom = new AppInfo();
  44. public AppInfo VS = new AppInfo();
  45. public AppInfo SublimeMerge = new AppInfo();
  46. public AppInfo QBitTorrent = new AppInfo();
  47. public AppInfo Deluge = new AppInfo();
  48. public AppInfo UTorrent = new AppInfo();
  49. public AppInfo BitTorrent = new AppInfo();
  50. public AppInfo Putty = new AppInfo();
  51. public AppInfo FileZilla = new AppInfo();
  52. public AppInfo WinSCP = new AppInfo();
  53. public AppInfo GitHub = new AppInfo();
  54. public AppInfo NodeJS = new AppInfo();
  55. public AppInfo XAMPP = new AppInfo();
  56. public AppInfo Postman = new AppInfo();
  57. public AppInfo OneDrive = new AppInfo();
  58. public AppInfo Steam = new AppInfo();
  59. public AppInfo UPlay = new AppInfo();
  60. public AppInfo Blizzard = new AppInfo();
  61. public List<AppInfo> Apps = new List<AppInfo>();
  62. public AppLinks()
  63. {
  64. // BROWSERS
  65. Chromium.Title = "Chromium";
  66. Chromium.Link64 = new Uri("https://github.com/Hibbiki/chromium-win64/releases/download/v87.0.4280.88-r812852/mini_installer.sync.exe");
  67. Chromium.Link = new Uri("https://github.com/Hibbiki/chromium-win32/releases/download/v87.0.4280.88-r812852/mini_installer.sync.exe");
  68. Chromium.Tag = "cChromium";
  69. Firefox.Title = "Mozilla Firefox";
  70. Firefox.Link64 = new Uri("https://ftp.mozilla.org/pub/firefox/releases/84.0/win64/en-US/Firefox%20Setup%2084.0.exe");
  71. Firefox.Link = new Uri("https://ftp.mozilla.org/pub/firefox/releases/84.0/win32/en-US/Firefox%20Setup%2084.0.exe");
  72. Firefox.Tag = "cFirefox";
  73. Vivaldi.Title = "Vivaldi";
  74. Vivaldi.Link64 = new Uri("https://downloads.vivaldi.com/stable/Vivaldi.3.5.2115.81.x64.exe");
  75. Vivaldi.Link = new Uri("https://downloads.vivaldi.com/stable/Vivaldi.3.5.2115.81.exe");
  76. Vivaldi.Tag = "cVivaldi";
  77. Chrome.Title = "Google Chrome";
  78. Chrome.Link64 = new Uri("https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7BFD62DDBC-14C6-20BD-706F-C7744738E422%7D%26lang%3Den%26browser%3D3%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dprefers%26ap%3Dx64-stable-statsdef_1%26installdataindex%3Dempty/chrome/install/ChromeStandaloneSetup64.exe");
  79. Chrome.Link = new Uri("https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7BFD62DDBC-14C6-20BD-706F-C7744738E422%7D%26lang%3Den%26browser%3D3%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dprefers%26ap%3Dstable-arch_x86-statsdef_1%26installdataindex%3Dempty/chrome/install/ChromeStandaloneSetup.exe");
  80. Chrome.Tag = "cChrome";
  81. Opera.Title = "Opera";
  82. Opera.Link64 = new Uri("https://www.opera.com/download/get/?partner=www&opsys=Windows&arch=x64");
  83. Opera.Link = new Uri("https://www.opera.com/download/get/?partner=www&opsys=Windows");
  84. Opera.Tag = "cOpera";
  85. TorBrowser.Title = "Tor Browser";
  86. TorBrowser.Link64 = new Uri("https://dist.torproject.org/torbrowser/10.0.7/torbrowser-install-win64-10.0.7_en-US.exe");
  87. TorBrowser.Link = new Uri("https://www.torproject.org/dist/torbrowser/10.0.7/torbrowser-install-10.0.7_en-US.exe");
  88. TorBrowser.Tag = "cTor";
  89. // ARCHIVING
  90. SevenZip.Title = "7-Zip";
  91. SevenZip.Link64 = new Uri("https://www.7-zip.org/a/7z1900-x64.exe");
  92. SevenZip.Link = new Uri("https://www.7-zip.org/a/7z1900.exe");
  93. SevenZip.Tag = "c7zip";
  94. PeaZip.Title = "PeaZip";
  95. PeaZip.Link64 = new Uri("https://github.com/peazip/PeaZip/releases/download/7.6.0/peazip-7.6.0.WIN64.exe");
  96. PeaZip.Link = new Uri("https://github.com/peazip/PeaZip/releases/download/7.6.0/peazip-7.6.0.WINDOWS.exe");
  97. PeaZip.Tag = "cPeaZip";
  98. WinRAR.Title = "WinRAR";
  99. WinRAR.Link64 = new Uri("https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-600.exe");
  100. WinRAR.Link = new Uri("https://www.win-rar.com/fileadmin/winrar-versions/winrar/wrar600.exe");
  101. WinRAR.Tag = "cWinRar";
  102. // MEDIA PLAYERS
  103. VLC.Title = "VLC Media Player";
  104. VLC.Link64 = new Uri("https://get.videolan.org/vlc/3.0.11/win64/vlc-3.0.11-win64.exe");
  105. VLC.Link = new Uri("https://get.videolan.org/vlc/3.0.11/win32/vlc-3.0.11-win32.exe");
  106. VLC.Tag = "cVLC";
  107. PotPlayer.Title = "PotPlayer";
  108. PotPlayer.Link64 = new Uri("https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe");
  109. PotPlayer.Link = new Uri("https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup.exe");
  110. PotPlayer.Tag = "cPot";
  111. Foobar2000.Title = "Foobar2000";
  112. Foobar2000.Link = new Uri("https://www.foobar2000.org/files/eb9257c7785d4241dc9137edb3d4bfde/foobar2000_v1.6.2.exe");
  113. Foobar2000.Tag = "cFoobar";
  114. Spotify.Title = "Spotify";
  115. Spotify.Link = new Uri("https://download.scdn.co/SpotifySetup.exe");
  116. Spotify.Tag = "cSpotify";
  117. BSPlayer.Title = "BS.Player";
  118. BSPlayer.Link = new Uri("http://download11.bsplayer.com/download/file/mirror1/bsplayer276.setup.exe");
  119. BSPlayer.Tag = "cBS";
  120. IrfanView.Title = "IrfanView";
  121. IrfanView.Link = new Uri("http://download.betanews.com/download/967963863-1/iview456_setup.exe");
  122. IrfanView.Tag = "cIrfan";
  123. PhotoFiltre.Title = "PhotoFiltre";
  124. PhotoFiltre.Link = new Uri("http://static.infomaniak.ch/photofiltre/utils/pf7/pf7-setup-en-7.2.1.exe");
  125. PhotoFiltre.Tag = "cPhotoFiltre";
  126. GIMP.Title = "GIMP";
  127. GIMP.Link = new Uri("https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.22-setup.exe");
  128. GIMP.Tag = "cGIMP";
  129. Audacity.Title = "Audacity";
  130. Audacity.Link = new Uri("https://softpedia-secure-download.com/dl/6093e3bbf770b4b432c1266cd5af601c/5fdb28af/100001970/software/multimedia/audio/audacity-win-2.4.2.exe");
  131. Audacity.Tag = "cAudacity";
  132. MP3Tag.Title = "MP3 Tag";
  133. MP3Tag.Link = new Uri("https://download.mp3tag.de/mp3tagv304asetup.exe");
  134. MP3Tag.Tag = "cMp3Tag";
  135. // E-READERS
  136. SumatraPDF.Title = "SumatraPDF";
  137. SumatraPDF.Link64 = new Uri("https://www.sumatrapdfreader.org/dl2/SumatraPDF-3.2-64-install.exe");
  138. SumatraPDF.Link = new Uri("https://www.sumatrapdfreader.org/dl2/SumatraPDF-3.2-install.exe");
  139. SumatraPDF.Tag = "cSumatra";
  140. Foxit.Title = "Foxit Reader";
  141. Foxit.Link = new Uri("https://cdn01.foxitsoftware.com/product/reader/desktop/win/10.1.1/FoxitReader1011_enu_Setup_Prom.exe");
  142. Foxit.Tag = "cFoxit";
  143. AdobeReader.Title = "Adobe Reader";
  144. AdobeReader.Link = new Uri("https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001320074/AcroRdrDC2001320074_en_US.exe");
  145. AdobeReader.Tag = "cAdobeReader";
  146. LibreOffice.Title = "LibreOffice";
  147. LibreOffice.Link = new Uri("https://ftp.cc.uoc.gr/mirrors/tdf/libreoffice/stable/7.0.3/win/x86/LibreOffice_7.0.3_Win_x86.msi");
  148. LibreOffice.Link64 = new Uri("https://ftp.cc.uoc.gr/mirrors/tdf/libreoffice/stable/7.0.3/win/x86_64/LibreOffice_7.0.3_Win_x64.msi");
  149. LibreOffice.Tag = "cLibreOffice";
  150. // COMMUNICATION
  151. Discord.Title = "Discord";
  152. Discord.Link = new Uri("https://dl.discordapp.net/apps/win/0.0.309/DiscordSetup.exe");
  153. Discord.Tag = "cDiscord";
  154. Skype.Title = "Skype";
  155. Skype.Link = new Uri("https://download.skype.com/s4l/download/win/Skype-8.67.0.96.exe");
  156. Skype.Tag = "cSkype";
  157. Viber.Title = "Viber";
  158. Viber.Link = new Uri("https://download.cdn.viber.com/desktop/windows/ViberSetup.exe");
  159. Viber.Tag = "cViber";
  160. Zoom.Title = "Zoom";
  161. Zoom.Link = new Uri("https://zoom.us/client/latest/ZoomInstaller.exe");
  162. Zoom.Tag = "cZoom";
  163. TeamViewer.Title = "TeamViewer";
  164. TeamViewer.Link = new Uri("https://download.teamviewer.com/download/TeamViewer_Setup.exe");
  165. TeamViewer.Tag = "cTV";
  166. Thunderbird.Title = "Thunderbird";
  167. Thunderbird.Link = new Uri("https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/78.6.0/win32/en-US/Thunderbird%20Setup%2078.6.0.exe");
  168. Thunderbird.Tag = "cThunderbird";
  169. // TEXT EDITORS & IDEs
  170. NotepadPP.Title = "Notepad++";
  171. NotepadPP.Link = new Uri("https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.1/npp.7.9.1.Installer.exe");
  172. NotepadPP.Tag = "cNPP";
  173. Evernote.Title = "Evernote";
  174. Evernote.Link = new Uri("https://cdn1.evernote.com/boron/win/builds/Evernote-10.5.7-2171-setup.exe");
  175. Evernote.Tag = "cEvernote";
  176. SublimeText.Title = "Sublime Text";
  177. SublimeText.Link64 = new Uri("https://download.sublimetext.com/Sublime%20Text%20Build%203211%20x64%20Setup.exe");
  178. SublimeText.Link = new Uri("https://download.sublimetext.com/Sublime%20Text%20Build%203211%20Setup.exe");
  179. SublimeText.Tag = "cSublimeText";
  180. VSCode.Title = "Visual Studio Code";
  181. VSCode.Link64 = new Uri("https://az764295.vo.msecnd.net/stable/940b5f4bb5fa47866a54529ed759d95d09ee80be/VSCodeUserSetup-x64-1.52.0.exe");
  182. VSCode.Link = new Uri("https://az764295.vo.msecnd.net/stable/940b5f4bb5fa47866a54529ed759d95d09ee80be/VSCodeUserSetup-ia32-1.52.0.exe");
  183. VSCode.Tag = "cVSCode";
  184. Atom.Title = "Atom";
  185. Atom.Link64 = new Uri("https://github.com/atom/atom/releases/download/v1.53.0/AtomSetup-x64.exe");
  186. Atom.Link = new Uri("https://github.com/atom/atom/releases/download/v1.53.0/AtomSetup.exe");
  187. Atom.Tag = "cAtom";
  188. VS.Title = "Visual Studio";
  189. VS.Link = new Uri("https://download.visualstudio.microsoft.com/download/pr/9b3476ff-6d0a-4ff8-956d-270147f21cd4/76e39c746d9e2fc3eadd003b5b11440bcf926f3948fb2df14d5938a1a8b2b32f/vs_Community.exe");
  190. VS.Tag = "cVS";
  191. SublimeMerge.Title = "Sublime Merge";
  192. SublimeMerge.Link64 = new Uri("https://download.sublimetext.com/sublime_merge_build_2039_x64_setup.exe");
  193. SublimeMerge.Tag = "cSublimeMerge";
  194. // TORRENTING
  195. QBitTorrent.Title = "qBitTorrent";
  196. QBitTorrent.Link64 = new Uri("https://vorboss.dl.sourceforge.net/project/qbittorrent/qbittorrent-win32/qbittorrent-4.3.1/qbittorrent_4.3.1_x64_setup.exe");
  197. QBitTorrent.Link = new Uri("https://kumisystems.dl.sourceforge.net/project/qbittorrent/qbittorrent-win32/qbittorrent-4.3.1/qbittorrent_4.3.1_setup.exe");
  198. QBitTorrent.Tag = "cQB";
  199. Deluge.Title = "Deluge";
  200. Deluge.Link = new Uri("https://ftp.osuosl.org/pub/deluge/windows/deluge-1.3.15-win32-py2.7.exe");
  201. Deluge.Tag = "cDeluge";
  202. UTorrent.Title = "uTorrent";
  203. UTorrent.Link = new Uri("https://download-hr.utorrent.com/track/stable/endpoint/utorrent/os/windows");
  204. UTorrent.Tag = "cUT";
  205. BitTorrent.Title = "BitTorrent";
  206. BitTorrent.Link = new Uri("https://download-new.utorrent.com/endpoint/bittorrent/os/windows/track/stable/");
  207. BitTorrent.Tag = "cBT";
  208. // CODING TOOLS
  209. Putty.Title = "Putty";
  210. Putty.Link64 = new Uri("https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.74-installer.msi");
  211. Putty.Link = new Uri("https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.74-installer.msi");
  212. Putty.Tag = "cPutty";
  213. FileZilla.Title = "FileZilla";
  214. FileZilla.Link64 = new Uri("https://download.filezilla-project.org/client/FileZilla_3.51.0_win64-setup.exe");
  215. FileZilla.Link = new Uri("https://download.filezilla-project.org/client/FileZilla_3.51.0_win32-setup.exe");
  216. FileZilla.Tag = "cFileZilla";
  217. WinSCP.Title = "WinSCP";
  218. WinSCP.Link = new Uri("https://winscp.net/download/files/202012171122cefc89c687cb94e08321f754702b6df1/WinSCP-5.17.9-Setup.exe");
  219. WinSCP.Tag = "cWinScp";
  220. GitHub.Title = "GitHub";
  221. GitHub.Link = new Uri("https://desktop.githubusercontent.com/releases/2.6.1-afb56263/GitHubDesktopSetup.exe");
  222. GitHub.Tag = "cGitHub";
  223. NodeJS.Title = "NodeJS";
  224. NodeJS.Link = new Uri("https://nodejs.org/dist/v14.15.2/node-v14.15.2-x64.msi");
  225. NodeJS.Tag = "cNode";
  226. XAMPP.Title = "XAMPP";
  227. XAMPP.Link64 = new Uri("https://downloadsapachefriends.global.ssl.fastly.net/8.0.0/xampp-windows-x64-8.0.0-2-VS16-installer.exe");
  228. XAMPP.Tag = "cXAMPP";
  229. Postman.Title = "Postman";
  230. Postman.Link64 = new Uri("https://dl.pstmn.io/download/latest/win64");
  231. Postman.Link = new Uri("https://dl.pstmn.io/download/latest/win32");
  232. Postman.Tag = "cPostman";
  233. OneDrive.Title = "OneDrive";
  234. OneDrive.Link = new Uri("https://oneclient.sfx.ms/Win/Prod/20.201.1005.0009/OneDriveSetup.exe");
  235. OneDrive.Tag = "cOneDrive";
  236. // GAMING
  237. Steam.Title = "Steam";
  238. Steam.Link = new Uri("https://cdn.cloudflare.steamstatic.com/client/installer/SteamSetup.exe");
  239. Steam.Tag = "cSteam";
  240. UPlay.Title = "Uplay";
  241. UPlay.Link = new Uri("https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe");
  242. UPlay.Tag = "cUbi";
  243. Blizzard.Title = "Battle.net";
  244. Blizzard.Link = new Uri("https://eu.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe");
  245. Blizzard.Tag = "cBlizzard";
  246. CreateList();
  247. }
  248. private void CreateList()
  249. {
  250. Apps.Add(Chromium);
  251. Apps.Add(Firefox);
  252. Apps.Add(Vivaldi);
  253. Apps.Add(Chrome);
  254. Apps.Add(Opera);
  255. Apps.Add(SevenZip);
  256. Apps.Add(PeaZip);
  257. Apps.Add(WinRAR);
  258. Apps.Add(VLC);
  259. Apps.Add(PotPlayer);
  260. Apps.Add(Foobar2000);
  261. Apps.Add(BSPlayer);
  262. Apps.Add(IrfanView);
  263. Apps.Add(PhotoFiltre);
  264. Apps.Add(SumatraPDF);
  265. Apps.Add(Foxit);
  266. Apps.Add(AdobeReader);
  267. Apps.Add(Discord);
  268. Apps.Add(Skype);
  269. Apps.Add(Viber);
  270. Apps.Add(Thunderbird);
  271. Apps.Add(QBitTorrent);
  272. Apps.Add(Deluge);
  273. Apps.Add(UTorrent);
  274. Apps.Add(BitTorrent);
  275. Apps.Add(NotepadPP);
  276. Apps.Add(SublimeMerge);
  277. Apps.Add(VSCode);
  278. Apps.Add(Atom);
  279. Apps.Add(VS);
  280. Apps.Add(SublimeText);
  281. Apps.Add(Putty);
  282. Apps.Add(FileZilla);
  283. Apps.Add(GitHub);
  284. Apps.Add(NodeJS);
  285. Apps.Add(XAMPP);
  286. Apps.Add(Postman);
  287. Apps.Add(Zoom);
  288. Apps.Add(OneDrive);
  289. Apps.Add(GIMP);
  290. Apps.Add(TeamViewer);
  291. Apps.Add(Audacity);
  292. Apps.Add(Spotify);
  293. Apps.Add(Steam);
  294. Apps.Add(Evernote);
  295. Apps.Add(TorBrowser);
  296. Apps.Add(UPlay);
  297. Apps.Add(Blizzard);
  298. Apps.Add(MP3Tag);
  299. Apps.Add(WinSCP);
  300. Apps.Add(LibreOffice);
  301. }
  302. }
  303. }