Here's how to allow Chrome to run outdated plugins all the time (without warnings): You can disable this feature by adding the command line flag --allow-outdated-plugins.
Note: Chrome doesn't force you to use eg Adobe Reader X. Adobe Reader 8 and 9 are supported too, but they need to have all their security updates. Currently, that means Reader 8.2.6 or 9.4.2. If you have eg 9.4.1, you can update to 9.4.2 via Adobe Reader -> Check for updates.
In Windows:
In Mac OS X:
In Windows:
- Right click on your "Chrome" icon.
- Choose properties
- At the end of your target line, place these parameters: --allow-outdated-plugins
- It should look like: chrome.exe --allow-outdated-plugins
In Mac OS X:
- Open Terminal
- '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --allow-outdated-plugins
- From the command line, you can launch
google-chrome --allow-outdated-plugins