Promise-based wrapper for Chrome Scripting API.
npm install @theluckystrike/webext-scriptingimport { WebExtScripting } from '@theluckystrike/webext-scripting';
await WebExtScripting.executeScript({
target: { tabId: tab.id },
func: () => {
document.body.style.backgroundColor = 'orange';
}
});MIT
Built by theluckystrike — zovo.one