Originally created by: 00000o1
Is your feature request related to a problem? Please describe.
Need to run chrome extensions ideally without modification, tho they don't need all their features, but must essentially work. Not all of them and some may be out of scope, but we want basic things to work.
In the end it may be better to simply create our own extension API (or use a W3 standard extensions API~~i believe there is such a thing), rather than shimming the chrome one and trying to replicate it to make extensions some amount of portable to BBPro
Describe the solution you'd like
SHIM the chrome extension API to let browserbox pro (powered by headless chrome) run chrome extensions.
Describe alternatives you've considered
Custom integrating content scripts etc, but just seems like work will be repeated so may as well shim API and then make it at least possible in theory to port extensions.
Additional context
Chrome Extension API: https://developer.chrome.com/docs/extensions/reference/