Are content scripts in Chrome extensions run in the extension process or the tab process?
I.e. if my extension process in the Chrome task manager is taking up a lot of CPU, is the offending code most likely in the content scripts, or the background page of my extension.
Are content scripts in Chrome extensions run in the extension process or the tab
Share
They are run in the tab’s process.