AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.72k stars 1.09k forks source link

Fix (migrate-mv3): Send message #1729

Open ARajgor opened 1 month ago

ARajgor commented 1 month ago

Changelog :

Let me know if any other things should be added.

scottwmaxwell commented 1 month ago

Would this change allow for something like the below to work in a code block? chrome.runtime.sendMessage(extensionId:"extension-id", {message: "example"});

I'm hoping to communicate to other chrome extensions when it's their turn to automate things on their own pages since Automa can't access webpages owned by chrome extensions.