content_script_eval
Execute JavaScript in a page's isolated or main world to debug and test Chrome extensions directly from AI coding agents.
Instructions
Execute JavaScript in the page context (ISOLATED or MAIN world).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| world | No | Execution world. MAIN accesses page JS context, ISOLATED is sandboxed. | ISOLATED |
| expression | Yes | JavaScript expression to evaluate in the page |