1

I'm working on Chrome extension, that need to work with another extension (Metamask).

Standard way of doing this is by window.ethereum object, but from content script this object is undefined.

I found Can the window object be modified from a Chrome extension? but all examples are blocked by CSP of website (in my case twitter.com)

Is there any way of bypassing CSP from chrome extension's context?

  • [Access global js variables from js injected by a chrome extension](https://stackoverflow.com/a/46870005) – wOxxOm May 17 '22 at 12:55

0 Answers0