Question

I have a question about plugins in Chrome/Firefox browsers. Is it possible for Chrome/Firefox plugins to be invoked by some random Web Request other than embed or object tags in html?

For example, a page has a web request with MIME jpeg, the browser captures the downloaded raw image data and sends the data to a newly created plugin instance. Is this scene I describe here possible?

Was it helpful?

Solution

Plugins are used:

  • with the mentioned object/embed tags
  • as handlers for full page content (e.g. seen with PDFs)

Outside of those scenarios, plugins are not used to handle any content/requests.

OTHER TIPS

Some proxy plugins have did what you want, such as FoxyProxy, Proxy SwitchySharp, etc.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top