How to Disable Chrome End of Support Infobar on Mac
Leopard, Snow Leopard, Lion, Mountain Lion, Mavericks, Yosemite
do the following:
Open on Mac "Automator" in /Applications
Then Choose: Application"
Then; "Run Shell Script"
Once open; the window says:
Shell:"/bin/bash"
cat
Instead of "cat" sustitute "cat" with:
#!/usr/bin/env bash
open -a "Google Chrome" --args --disable-infobars
--"Thats the equivalent in Windows as to "Right-click on Google Chrome's shortcut which you use to launch the browser and select "Properties" option. And add "--disable-infobars" text at the end of the string present in Target text."--
That's how you disable the f..ing banner.
You can click "Run" on the upper right corner; to test the command.
Then; save it to the "Applications" folder giving it a name.
From there just move it to the Mac Dock and that's it.