Run
Allowlist required
Add these hosts in the extension popup allowlist:
google.com,
www.google.com,
youtube.com,
www.youtube.com.
What this demo does
This scenario opens or reuses the shared tabKey="google" lane, reads the first visible YouTube result URL,
navigates to YouTube, reads the video title, shows the thumbnail on this page, and asks the plugin to return focus here.
It does not run arbitrary JS in remote pages. It only uses predefined safe plugin actions plus a few visible overlays so the run feels like a demo instead of a silent fetch.
Step 1
Open Google video results.
Step 2
Read one YouTube URL, with consent fallback.
Step 3
Navigate, read the title, and come back.
Uses: RTOForm.detect, openTab, navigate, command, waitForSelector, registerMasterTab, focusMasterTab.
Source JS
examples/assets/google_youtube.js
View JS