Дополнения для браузера 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 — a script, a terminal command, any program — to a live, logged-in browser tab. It lets your code make HTTP requests or run JavaScript inside the tab, inheriting the tab's full session state. No login tokens to harvest, no cookie jars to maintain, no fighting anti-bot measures.

Two modes:

• Fetch mode — your script sends a JSON request (method, url, optional headers); FetchGate executes fetch() inside the tab and returns the raw response (status, headers, body). Requests are authenticated automatically because they originate from the tab itself.

• JS mode — your script sends arbitrary JavaScript; FetchGate runs it in the tab's context and returns the result. Access document, call any page API, read any in-memory state.

Three ready-to-use hosts — no coding required:

All three hosts are available on the GitHub repository (https://github.com/simddev/FetchGate). Pick one and follow INSTALL.md — no writing your own host needed.

• Java TCP host — a persistent server on localhost:9919. Any language can connect with newline-delimited JSON. Stays running for your whole session.
• Python TCP host — identical TCP interface, no Java required. Same callers work unchanged.
• Python embedded host — your Python script is the native host. Firefox launches it directly; no TCP port needed.

Why these permissions?

• "Exchange messages with programs other than Firefox" (nativeMessaging) — how the extension talks to whichever host you install.
• "Access browser tabs" (tabs) — to track which tab is armed and route messages to it.
• "Access your data for all websites" — the content script must be injectable into any site you want to use.

Platform: GNU/Linux. Tested on Firefox and LibreWolf.

Open source: https://github.com/simddev/FetchGate
Оценено 0 рецензентами на 0
Войдите, чтобы оценить это расширение
Оценок пока нет

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

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

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

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

Сбор данных:

  • Разработчик сообщает, что это расширение не требует сбора данных.
Подробнее
Больше сведений
Ссылки дополнения
  • Copy add-on ID
Версия
0.1.6
Размер
12,59 КБ
Последнее обновление
6 часов назад (17 мая 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 или любой более поздней версии.