Link to the original code I\'m trying to implement into my code.
Running Selenium WebDriver using Python with extensions (.crx files)
from selenium impor
Most probably you may have installed different version selenium 2.X do not have the options module. Your code works fine with selenium 3.x
Try installing pip install selenium in virtual environment and run you code
pip install selenium