RTO Remote Tab Opener – Secure Tab Control od Francesco Ruffo de Bonneval, Belgium
RTO lets trusted web pages open, navigate, and control browser tabs securely through a local Firefox extension — no backend, no tracking, full user control.
Dostupné pro Firefox pro Android™Dostupné pro Firefox pro Android™
2 uživatelé2 uživatelé
Metadata rozšíření
Snímky obrazovky
O tomto rozšíření
RTO – Remote Tab Opener
Secure, local-first browser tab control for trusted web pages
RTO (Remote Tab Opener) is a Firefox extension that allows explicitly
allow-listed HTTPS web pages to interact with browser tabs through
a secure local extension bridge.
The extension enables controlled actions such as opening, navigating,
focusing, or closing tabs, as well as reading basic tab metadata
(URL and title), without using any backend service or remote proxy.
All operations run locally inside the user’s browser.
What RTO can do
• Open new tabs or focus existing ones
• Navigate or reload controlled tabs
• Read the current URL and title of controlled tabs
• Perform predefined, safe DOM actions via content scripts
• Close tabs that were opened or controlled by the extension
Security & Privacy by Design
• Commands are accepted only from HTTPS pages explicitly allow-listed
by the user
• All communication uses window.postMessage with strict origin checks
• No arbitrary code execution
• No tracking, analytics, cookies, or remote servers
• No data collection beyond what is strictly required for operation
Optional AI Copilot Support
RTO can optionally be used together with the official
“Remote Tab Opener Copilot” to help generate example integration snippets. This assistance is entirely optional and does not automatically
send browsing data or page content.
Platform
• Firefox Desktop (Manifest V3 compatible)
⚠️ License & Usage
Copyright (c) 2025 DIGITECH INVENT, Belgium
All rights reserved.
This extension is proprietary software provided for use only.
The source code is visible solely to comply with Mozilla Add-ons
requirements.
No copying, modification, redistribution, or derivative works are
permitted without the author’s explicit written permission.
Secure, local-first browser tab control for trusted web pages
RTO (Remote Tab Opener) is a Firefox extension that allows explicitly
allow-listed HTTPS web pages to interact with browser tabs through
a secure local extension bridge.
The extension enables controlled actions such as opening, navigating,
focusing, or closing tabs, as well as reading basic tab metadata
(URL and title), without using any backend service or remote proxy.
All operations run locally inside the user’s browser.
What RTO can do
• Open new tabs or focus existing ones
• Navigate or reload controlled tabs
• Read the current URL and title of controlled tabs
• Perform predefined, safe DOM actions via content scripts
• Close tabs that were opened or controlled by the extension
Security & Privacy by Design
• Commands are accepted only from HTTPS pages explicitly allow-listed
by the user
• All communication uses window.postMessage with strict origin checks
• No arbitrary code execution
• No tracking, analytics, cookies, or remote servers
• No data collection beyond what is strictly required for operation
Optional AI Copilot Support
RTO can optionally be used together with the official
“Remote Tab Opener Copilot” to help generate example integration snippets. This assistance is entirely optional and does not automatically
send browsing data or page content.
Platform
• Firefox Desktop (Manifest V3 compatible)
⚠️ License & Usage
Copyright (c) 2025 DIGITECH INVENT, Belgium
All rights reserved.
This extension is proprietary software provided for use only.
The source code is visible solely to comply with Mozilla Add-ons
requirements.
No copying, modification, redistribution, or derivative works are
permitted without the author’s explicit written permission.
Ohodnoceno 0 1 redaktorem
Oprávnění a data
Požadovaná oprávnění:
- Přistupovat k panelům prohlížeče
- Přistupovat k vašim datům pro všechny webové stránky
Volitelná oprávnění:
- Přistupovat k vašim datům pro všechny webové stránky
Sběr dat:
- Podle vývojáře toto rozšíření nevyžaduje sběr dat.
Další informace
- Odkazy doplňku
- Verze
- 7.11.4
- Velikost
- 42,81 KB
- Poslední aktualizace
- před 3 dny (17. pro 2025)
- Příbuzné kategorie
- Licence
- Všechna práva vyhrazena
- Historie změn
- Štítky
- Přidat do sbírky
Vývojář tohoto doplňku váš žádá o malý příspěvek, kterým pomůžete podpořit vývoj do budoucna.
controlled interaction between trusted web pages and browser tabs,
within the security constraints of modern browsers.
The extension was built to address a common technical limitation:
web pages cannot directly control or observe other tabs, especially
across different origins, without violating browser security rules.
RTO uses the standard browser extension architecture as a secure,
local communication bridge. This allows explicitly allow-listed HTTPS
pages to request predefined tab-related actions without relying on
iframes, backend services, or proxy servers.
All communication remains local to the user’s browser and is subject
to strict origin checks and user-defined permissions.
🧩 Technical Overview
• Content scripts receive structured messages from web pages via
window.postMessage
• The background script manages tab lifecycle operations
• All messages are validated, filtered, and scoped to user-approved
origins
• No arbitrary code execution is permitted
🏗️ Design Principles
• Local-first architecture
• Explicit user consent (deny by default)
• No backend, no remote services
• Respect for Same Origin Policy and browser security boundaries
• Designed for developer tooling and controlled workflows
🎯 Intended Use
RTO is intended for developers and technical users who need reliable,
explicitly authorized tab control as part of dashboards, testing tools,
or internal workflows, without weakening browser security guarantees.
🤖 Optional Assistance
An optional companion assistant (“Remote Tab Opener Copilot”) can be
used to help generate example integration scripts. This assistance is
external to the extension and does not automatically receive browsing
data or page content.
Donations are optional and not required to use the extension.