Hello,
I created a fresh React app, and then ran
npx create-react-app-chrome-extension
npm run build
and when I load as unpacked extension I'm getting this error:
Unchecked runtime.lastError while running tabs.executeScript: Cannot access a chrome:// URL
Any idea whats going on? I've created chrome extensions before and sure I can hack around it
Hello,
I created a fresh React app, and then ran
and when I load as unpacked extension I'm getting this error:
Unchecked runtime.lastError while running tabs.executeScript: Cannot access a chrome:// URL
Any idea whats going on? I've created chrome extensions before and sure I can hack around it