Build Chrome extensions quicker with a TypeScript boilerplate project
Download

Solved: Cannot read property 'executeScript' of undefined

ExtensionNinja | 2/20/2021

So you are trying to use the new chrome.scripting.executeScript API, but chrome.scripting is undefined. It is undefined due to the new more granular permissions system in Chrome extension manifest v3 version. You are missing a permission. Continue reading...

Newer posts