Add userScripts.execute sample
Brought to you by:
tomkozak
Originally created by: KirtiRamchandani
The userScripts sample only showed persistent registration/update flows, while [#1482] asks for sample coverage of chrome.userScripts.execute() for dynamic one-off code.
userScripts.execute() was added after the original sample and needs a UserScriptInjection target plus Chrome 135+, so the existing Chrome 120 sample never demonstrated it.
https://example.com/ tab with chrome.userScripts.execute() and displays the injection result or error.npx eslint --no-warn-ignored api-samples/userScripts/options.js --quietnpx prettier --check api-samples/userScripts/manifest.json api-samples/userScripts/options.html api-samples/userScripts/options.js api-samples/userScripts/options.css api-samples/userScripts/README.mdgit diff --check HEAD~1..HEADoptions.js registration and execute payloadFixes [#1482]