Дополнения для браузера Firefox
  • Расширения
  • Темы
    • для Firefox
    • Словари и языковые пакеты
    • Другие версии браузера
    • Дополнения для Android
Войти
Предпросмотр FetchGate

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.

0 (0 отзывов)0 (0 отзывов)
Скачать Firefox и установить расширение
Скачать файл

Метаданные расширения

Скриншоты
Об этом расширении
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
Оценено 0 рецензентами на 0
Войдите, чтобы оценить это расширение
Оценок пока нет

Рейтинг сохранён

5
0
4
0
3
0
2
0
1
0
Пока отзывов нет
Разрешения и данные

Требуемые разрешения:

  • Обмениваться сообщениями с программами, помимо Firefox
  • Показывать вам уведомления
  • Получать доступ ко вкладкам браузера
  • Получать доступ к вашим данных на всех сайтах

Сбор данных:

  • Разработчик сообщает, что это расширение не требует сбора данных.
Подробнее
Больше сведений
Ссылки дополнения
  • Copy add-on ID
Версия
0.2.3
Размер
23,85 КБ
Последнее обновление
13 часов назад (30 мая 2026 г.)
Связанные категории
  • Веб-разработка
Лицензия
Только Стандартная общественная лицензия GNU v3.0
История версий
  • Просмотреть все версии
Добавить в подборку
Пожаловаться на это дополнение
Перейти на домашнюю страницу Mozilla

Дополнения

  • О сайте
  • Блог дополнений для Firefox
  • Мастерская расширений
  • Центр разработчика
  • Политики разработчика
  • Блог Сообщества
  • Форум
  • Сообщить об ошибке
  • Руководство по написанию отзывов

Браузеры

  • Desktop
  • Mobile
  • Enterprise

Продукты

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Приватность
  • Куки
  • Юридическая информация

За исключением случаев, описанных здесь, содержимое этого сайта лицензировано на условиях лицензии Creative Commons «Атрибуция — На тех же условиях» версии 3.0 или любой более поздней версии.