FetchGate par simddev
Bridge an external process to a live browser tab â run authenticated fetch() calls or arbitrary JavaScript inside the tab, inheriting its full session state.
MĂ©tadonnĂ©es de lâextension
Captures dâĂ©cran
Ă propos de cette extension
FetchGate bridges an external process to a live, logged-in browser tab â run authenticated fetch() calls or arbitrary JavaScript inside the tab, inheriting its full session state.
When you are logged into a website, the browser holds session state (cookies, tokens, TLS client certificates) that is not directly accessible to an external program. FetchGate bridges that gap by turning an armed browser tab into a programmable endpoint for your code.
Two modes:
âą Fetch mode â your code sends a request spec; the extension executes the corresponding fetch() inside the active tab and returns the full HTTP response, inheriting all session state automatically. No credentials need to be extracted or replayed.
âą JS mode â your code sends a JavaScript snippet; the extension executes it as an async function body inside the tab and returns the result. This lets you traverse the DOM, call internal APIs, or run logic that depends on live page state.
Target use case: extracting your own data from websites that have accounts but no public API, or that actively block third-party HTTP clients.
Control:
âą Toolbar popup â four states: Disarmed, Armed, Host disconnected, Armed on other tab. Each state shows a single context-appropriate action button.
âą Keyboard shortcut â default Ctrl+Shift+F, fully configurable from the popup. Includes a verification step that confirms the key is actually delivered by Firefox and the OS (some combinations are silently captured before the extension sees them).
Three native host implementations:
âą Java host â persistent TCP server on localhost:9919; callers connect in any language.
âą Python TCP host â drop-in Python replacement for the Java host; no JDK required.
âą Python embedded host â your Python script IS the host; Firefox launches it when you arm a tab.
Platform: GNU/Linux only.
Source and full documentation: https://github.com/simddev/FetchGate
When you are logged into a website, the browser holds session state (cookies, tokens, TLS client certificates) that is not directly accessible to an external program. FetchGate bridges that gap by turning an armed browser tab into a programmable endpoint for your code.
Two modes:
âą Fetch mode â your code sends a request spec; the extension executes the corresponding fetch() inside the active tab and returns the full HTTP response, inheriting all session state automatically. No credentials need to be extracted or replayed.
âą JS mode â your code sends a JavaScript snippet; the extension executes it as an async function body inside the tab and returns the result. This lets you traverse the DOM, call internal APIs, or run logic that depends on live page state.
Target use case: extracting your own data from websites that have accounts but no public API, or that actively block third-party HTTP clients.
Control:
âą Toolbar popup â four states: Disarmed, Armed, Host disconnected, Armed on other tab. Each state shows a single context-appropriate action button.
âą Keyboard shortcut â default Ctrl+Shift+F, fully configurable from the popup. Includes a verification step that confirms the key is actually delivered by Firefox and the OS (some combinations are silently captured before the extension sees them).
Three native host implementations:
âą Java host â persistent TCP server on localhost:9919; callers connect in any language.
âą Python TCP host â drop-in Python replacement for the Java host; no JDK required.
âą Python embedded host â your Python script IS the host; Firefox launches it when you arm a tab.
Platform: GNU/Linux only.
Source and full documentation: https://github.com/simddev/FetchGate
Noté 0 par 1 personne
Autorisations et données
Autorisations nécessaires :
- Communiquer avec dâautres programmes que Firefox
- Vous afficher des notifications
- Accéder aux onglets du navigateur
- Accéder à vos données pour tous les sites web
Collecte de données :
- Le dĂ©veloppeur indique que cette extension nâa pas besoin de collecter de donnĂ©es.
Plus dâinformations
- Liens du module
- Version
- 0.2.6
- Taille
- 24,05Â Ko
- DerniĂšre mise Ă jour
- il y a 9 jours (3 juin 2026)
- Catégories associées
- Historique des versions
- Ajouter Ă la collection