Chrome is basically Chromium.
Chromium is the open-source web browser project from which Google Chrome draws its source code. The browsers share the majority of code and features, though there are some minor differences in features and they have different licensing.
I didnt use the same code as you linked. I am able to view Youtube decently in Chromium without the need for OMXplayer overlay taking up the whole screen (
rpi-youtube -y).
Youtube on Chromium:
https://youtu.be/EvDg2yiyd1w
This is what i used on my Pi3 (Chrome/Chromium 48.0.2564.82 Web Browser):
Instructions updated 5/2/16 (select all, copy, then paste into terminal).
Code: Select all
wget https://www.dropbox.com/s/3p6n0s750r9mw9v/chromium-browser-l10n_48.0.2564.82-0ubuntu0.15.04.1.1193_all.deb?dl=0
wget https://www.dropbox.com/s/25ktoci2s8427yo/chromium-browser_48.0.2564.82-0ubuntu0.15.04.1.1193_armhf.deb?dl=0
wget https://www.dropbox.com/s/dqe8sercjo5fxyv/chromium-codecs-ffmpeg-extra_48.0.2564.82-0ubuntu0.15.04.1.1193_armhf.deb?dl=0
sudo dpkg -i chromium-codecs-ffmpeg-extra_48.0.2564.82-0ubuntu0.15.04.1.1193_armhf.deb?dl=0
sudo dpkg -i chromium-browser-l10n_48.0.2564.82-0ubuntu0.15.04.1.1193_all.deb?dl=0