Hacker News new | ask | show | jobs
by vbezhenar 1290 days ago
Can you pass data between script and extension? Implementing JS or lua should be possible.
1 comments

Yes - I have done this in an MV3 extension. You can basically re-implement your own runtime and download the code and run it there instead of using eval/script tags.

It's very inefficient and it's a pain to write, but it is possible.

I suspect they will not approve extensions that do this if it becomes popular.