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

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Firefox for Android
Safari on iOS
InjectionTarget

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
See implementation notes.

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