The View in Browser plugin doesn't work in Sublime Text 3

I downloaded Sublime Text 3, immediately installed the plugin for viewing the page in the browser (View in Browser). I click PKmM on any part of the code, click View in Browse - and nothing happens. Here's what outputs to the console:

View In Browser plugin v2.0.0, Python 3
File D:\Download\ind.html is dirty. Saving...
C:\Program Files (x86)\Mozilla Firefox\firefox.exe -new-tab file:///D:/Download/ind.html
Traceback (most recent call last):
  File "./python3.3/subprocess.py", line 1104, in _execute_child
FileNotFoundError: [WinError 2] Не удается найти указанный файл

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 1088, in run_
    return self.run(edit)
  File "C:\Users\Admin\AppData\Roaming\Sublime Text 3\Installed Packages\View In Browser.sublime-package\ViewInBrowserCommand.py", line 238, in run
  File "C:\Users\Admin\AppData\Roaming\Sublime Text 3\Installed Packages\View In Browser.sublime-package\ViewInBrowserCommand.py", line 191, in openBrowser
  File "./python3.3/subprocess.py", line 819, in __init__
  File "./python3.3/subprocess.py", line 1110, in _execute_child
FileNotFoundError: [WinError 2] Не удается найти указанный файл