I like Chrome's click-to-play feature. I also like Chrome's PDF viewer. But, I can't use Chrome's PDF viewer for password-protected PDFs when click-to-play is enabled.1,2

Is there a way to disable click-to-play for the PDF plugin only — that is, just let the PDF plugin always run, but still use click-to-play for all other plugins?

link|improve this question

50% accept rate
2  
Google support said it best "Currently, you need to disable click to play before you view a password-protected pdf file with the Chrome PDF Viewer." – Moab Mar 2 '11 at 17:38
feedback

2 Answers

This should be possible with the contentSettings API in Chrome 15, in that you could enable the PDF plugin for all urls, but the option to change per plugin is not yet built-in to the browser (see crbug.com/106917).

Instead, you can install the Per-plugin content settings extension, go to the extension's options page, select the PDF viewer, and enter <all_urls> as the hostname pattern, and select "Allow".

This will make the PDF plugin run on all sites while leaving other plugins as the default (e.g. click-to-play), hopefully this will make password-protected PDFs work as well.

Update: Chrome 17+ now includes an "Allow" checkbox next to each plugin in the chrome://plugins page to do this, but it is not as flexible as the extension linked above.

link|improve this answer
feedback

No, this is not possible. You can, however, add a particular website to exceptions list so that you can always allow plugins from that site.

The exceptions list is for websites only, not plugins. If you're accessing PDF files from a particular site, you can make use of this option.

The Exceptions list can be found at Wrench -> Under The Hood -> Content Settings -> Plug-ins

enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.