Examples aligned with v7.13.0

Pick the right demo in one glance

These pages are built for the current 7.13.0 flow: modern allowlist requests, reusable tabKey control, serialized openTab reuse, visible master-tab confirmation, and real cross-domain tab orchestration on explicitly allowed hosts.
Docs updated:
Free SDK + docs + examples included.
First contact
Open Minimal connection if you want the quickest “does it detect, connect, open, focus, close?” answer.
Show me the movie
Open Moving cursor or Full demo if you want visible overlays, guided steps, and more drama than a plain console log.
Power user mode
Open RTO Manager or Advanced API Lab when you want payloads, debugging, and low-level command practice.
Security reminder
If you hit DOMAIN_NOT_ALLOWED, use the extension popup or the allowlist UI in the demos. Page-driven additions now go through the modern request flow and show a visible confirmation on the master tab.
Prefer a packaged starter?
These site examples are also available through the public RTO SDK Lite, together with RTO.min.js and quick start notes.
Quick links
Jump from examples to the docs, the SDK, the helper include catalog, the local target page, or the main project home without hunting through menus.
Best first demo

Minimal connection

Hello world

The cleanest 7.13.0 starter: detect the extension, connect, open one controlled tab, focus it again, close it, and see that the same tabKey is reused on purpose.

Beginner-friendly tabKey reuse
Power user lab

Advanced API Lab

A guided playground for message shapes, error envelopes, tab routing, and the “what should I try first?” workflow before you write production code.

Payloads Debug practice
Showcase demo

Google → YouTube

A best-effort real-world run: Google results, YouTube navigation, title extraction, thumbnails, consent surprises, and enough logging to explain where the internet got creative.

Consent aware Live site demo
Visual demo

Moving cursor tutorial

The most cinematic walkthrough in the folder: remote overlay cursor, step-by-step narration, best-effort consent handling, and a master-tab recap once the run is done.

Cursor overlays Replayable
Full form automation

Full demo

The best “show me the full flow” page: allowlist UI, open/reuse a local target, run a narrated automation, and read the result back without pretending any invisible magic happened.

Beginner movie mode Local target
Manual lab

RTO Manager

Manual console for open, navigate, focus, close, list, and custom DOM commands. Great when you want to test selectors without the training wheels.

Raw responses Manual commands
Download and copy

Includes & helpers

A practical include catalog for current helper options: individual files, helper packs, and the all-in-one RTO.min.js bundle.

Helper packs RTO.min.js

Tip: open DevTools on the demo pages and watch for DOMAIN_NOT_ALLOWED, POLICY_BLOCKED, NOT_INJECTABLE, or timing issues after navigation. The demos are chatty on purpose.