Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Preview of Rust Player Track — Pair Helper

Rust Player Track — Pair Helper by Rust Player Track

Pair Rust servers with rustplayertrack.app bridges Facepunch's Rust+ login to your dashboard.

0 (0 reviews)0 (0 reviews)
Download Firefox and get the extension
Download file

Extension Metadata

Screenshots
About this extension
The Rust Player Track Pair Helper bridges Facepunch's Rust+ Steam login flow into the rustplayertrack.app dashboard so you can pair Rust game servers from any modern browser.

Two production hosts. One development host. That's it.
  • companion-rust.facepunch.com — to capture the SteamID and AuthToken Facepunch's sign-in page produces.
  • rustplayertrack.app (and its preview subdomains) — to hand those values back to your dashboard tab.
  • http://localhost:5173/* — development-only. The maintainer's local Vite dev server runs on this port; the entry exists so the same extension build can be loaded against a local copy of rustplayertrack.app during development. Not reachable from your machine unless you happen to be running our dev server on the same host.

The extension does not:
  • Store credentials. Ever. Heap-only flow, no extension storage, no localStorage, no IndexedDB, no cookies.
  • Request broad permissions — no all_urls, no cookies, no storage, no webRequest.

Two scoped capabilities it does use, and why:
  • A background script that acts purely as a message relay: it re-broadcasts the captured pairing message from the Facepunch tab to your open rustplayertrack.app tab (content scripts cannot message each other directly). Event-driven, no state, no network requests of its own.
  • The tabs permission, solely so that relay can find your open rustplayertrack.app tab by URL (tabs.query + tabs.sendMessage against rustplayertrack.app/localhost patterns only). It never enumerates, reads, or modifies any other tab.

Why does this exist?

Facepunch's Rust+ Steam sign-in is designed for their mobile app and only delivers credentials via a mobile-only API (ReactNativeWebView.postMessage). This extension supplies that API on a normal browser, capturing the credentials Facepunch's own page hands to it.

Source + license

MIT-licensed. The unminified source bundle, with build instructions that reproduce the submitted package, is provided to reviewers via AMO's source code upload. Also available on request to support@rustplayertrack.app.
Rated 0 by 0 reviewers
Log in to rate this extension
There are no ratings yet

Star rating saved

5
0
4
0
3
0
2
0
1
0
No reviews yet
Permissions and data

Required permissions:

  • Access browser tabs
  • Access your data for sites in the rustplayertrack.app domain
  • Access your data for companion-rust.facepunch.com
  • Access your data for rustplayertrack.app
  • Access your data for localhost:5173

Optional permissions:

  • Access your data for sites in the rustplayertrack.app domain
  • Access your data for companion-rust.facepunch.com
  • Access your data for rustplayertrack.app
  • Access your data for localhost:5173

Required data collection, according to the developer:

  • Authentication information
Learn more
More information
Add-on Links
  • Homepage
  • Support site
  • Support Email
  • Copy add-on ID
Version
0.1.0
Size
39.75 KB
Last updated
22 days ago (Sep 2, 2026)
Related Categories
  • Web Development
  • Games & Entertainment
License
MIT License
Privacy Policy
Read the privacy policy for this add-on
Version History
  • See all versions
Add to collection
Report this add-on
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Download

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.