scripting.InjectionTarget

This object contains details specifying the injection target for CSS and JavaScript. Its used in scripting.executeScript(), scripting.insertCSS(), and scripting.removeCSS().

Type

Values of this type are objects. They contain these properties:

allFrames Optional

boolean. Whether the script or CSS is injected into all frames within the tab. Defaults to false. Cannot be true if frameIds is specified.

frameIds Optional

array of number. Array of the IDs of the frames to inject into.

tabId

number. The ID of the tab to inject into.

Browser compatibility

BCD tables only load in the browser

Note: This API is based on Chromium's chrome.scripting API.