Firefox add-on: (Native app + Content Script + Background script) messaging
问题 I am working on a simple add-on that can parse the text of a page, example twitter.com, and then send it an external script and receive the response. The current workflow that I have is like this: Connect to background script from content script. Then Connect to native App from background script and receive the response Format and pass the response to the content script which can finally make changes to the DOM. I am receiving the following error when connecting to background script. Error: