FetchGate 제작자: 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.
사용자 1명사용자 1명
확장 메타 데이터
스크린샷
정보
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
리뷰어 0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- Firefox 이외의 프로그램과 메시지 교환
- 알림 표시
- 브라우저 탭에 접근
- 모든 웹사이트에서 사용자의 데이터에 접근
데이터 수집:
- 개발자는 이 확장 기능이 데이터 수집을 요구하지 않는다고 밝히고 있습니다.
추가 정보
- 부가 기능 링크
- 버전
- 0.3.5
- 크기
- 28.32 KB
- 최근 업데이트
- 13일 전 (2026년 8월 24일)
- 관련 카테고리
- 버전 목록
- 모음집에 추가