Re: How to enable npapi plugins which are placed in "page-worker" page of Firefox extension?

Georg Fritzsche <[email protected]> Tue, 12 Nov 2013 13:44:43 +0100
Newsgroups gmane.comp.mozilla.devel.plugins
Message-ID <[email protected]>
If you have chrome privileges, you can activate the plugin yourself for now:
https://bugzilla.mozilla.org/show_bug.cgi?id=834918#c3

Georg

On Nov 11, 2013, at 11:32 AM, powentan <[email protected]> wrote:
> Since Firefox 26 has decided to set "click to play" plugin by default, I have encountered a enabling plugin problem.
> 
> If the plugin is placed in the web page, either visible plugin or invisible plugin has a chance to enable it while navigating to that web page.
> 
> However, in my case, my plugin is placed in the extension's "sdk/page-worker" page, so there is no chance for the user to enable it unless I open the "page-worker" page(resource://...) purposely.