scripting.ContentScriptFilter
This object contains a list of IDs of scripts to retrieve with scripting.getRegisteredContentScripts()
or to unregister with scripting.unregisterContentScripts()
.
Type
Values of this type are objects. They contain these properties:
ids
-
array
ofstring
. Array of scripts IDs.
Browser compatibility
BCD tables only load in the browser
Note: This API is based on Chromium's chrome.scripting
API.