Add-ons für den Firefox-Browser
Anmelden
Add-on-Symbol

ProxyMust – Proxy Checker & Manager Versionsgeschichte – 6 Versionen

ProxyMust – Proxy Checker & Manager von nana.xakep

Es liegen noch keine Bewertungen vor
0 von 5 Sternen
5
0
4
0
3
0
2
0
1
0
ProxyMust – Proxy Checker & Manager Versionsgeschichte – 6 Versionen
  • Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.

  • Neueste Version

    Version 1.0.6

    Veröffentlicht 6. Aug. 2026 – 4,04 MB
    Funktioniert mit firefox 100.0 und höher, android 120.0 und höher
    • New "AutoProxy" operating mode for Selective profile – rules without an explicitly set proxy can now automatically pick the best proxy based on test results (rating, statuses, freshness). Users can enable auto‑mode in profile settings via the "Manual / Automatic" toggle.
    • Proxy selection logic – introduced ProxySelector module implementing a hierarchy: success → indirect → ip-only → unknown, considering priorities (pin/star), rating, and status freshness. getBestProxyForSite and getNextProxyForSite methods are available for failover. Proxies with status fail are excluded from selection.
    • Unified proxy application mechanism – created ProxySwitcher, extracting profile switching and proxy setting logic from TestManager, enabling the same code for tests and AutoProxy.
    • Dynamic proxy override in ProxyEngine – added setDynamicProxyForSite and clearDynamicProxyForSite methods for temporarily overriding a proxy for a specific site without changing rules. Used for failover and auto‑selection.
    • Failover in WebFailedRequestMonitor – on connection errors in auto‑mode (only for main_frame documents), the system automatically switches to the next proxy from the priority‑sorted list and reloads the tab.
    • Auto‑creation of rules – after a successful test (status success, indirect, or ip‑only), a disabled rule is automatically created in the Selective profile. The user can later enable it in manual or automatic mode.
    • Working proxy caching – after successful page load (status 200), the current proxy is cached for the site, and subsequent errors on subresources do not trigger new switches. Cache is cleared on profile change, manual proxy change, or after 5 minutes.
    • Proxy information display in rules table – for auto‑rules, the "Proxy Server" column now shows:
    • Country flag
    • Proxy name, protocol, rating
    • Current status (✅ ☑ ❔)
    • AutoProxy settings in profile – added to Selective profile settings:
    • "Selection mode" toggle (Manual / Automatic)
    • "Max failover attempts" field (number of full proxy list retries, default 3)
    • "Show auto‑proxy change dialog" checkbox (enabled by default)
    • "Automatically pin successful proxy (without confirmation)" checkbox (disabled by default)
    • "Suggest adding unreachable sites to auto‑proxy" checkbox – when a page fails to load without proxy, a dialog offers to add the site to AutoProxy (enabled by default).
    • CSV subscription support – added new ProxyImporter.parseCsv method that parses proxy lists in CSV format (delimiters: comma, semicolon, tab). Supports both header and headerless rows (field order: host, port, protocol, username, password, country). This allows subscribing to proxy lists provided in CSV without prior conversion.
    • Auto‑detection of format during manual import – when importing without explic

    Quelltext steht unter der Nur GNU General Public License v3.0

    Laden Sie Firefox herunter und holen Sie sich die Erweiterung
    Datei herunterladen
  • Ältere Versionen

    Version 1.0.5

    Veröffentlicht 13. Juli 2026 – 4 MB
    Funktioniert mit firefox 100.0 und höher, android 120.0 und höher
    Updated to SmartProxy 2.2.1 codebase.
    - Manage rules directly from popup: remove, enable/disable, toggle proxy-per-origin (Firefox only).
    - Auto-switch between text/file modes in import rules dialog.
    - Auto-reload settings page after changing rules via popup.
    - Localized tooltips for new popup buttons.
    - Fixed rule removal and toggling from popup.
    - Fixed Chromium issue with whitelist rules from subscriptions (v2.2.1).
    - Fixed SwitchyOmega import for CIDR/IP rules.
    - Fixed backup restore for proxy-server links.

    Quelltext steht unter der Nur GNU General Public License v3.0

    Datei herunterladen
  • Version 1.0.4

    Veröffentlicht 7. Juli 2026 – 4,01 MB
    Funktioniert mit firefox 100.0 und höher, android 120.0 und höher
    ProxyMust 1.0.4 – automatic proxy protocol detection with auto‑replacement, improved test logging, and numerous fixes.

    🚀 Key new features:
    - Automatic protocol switching – if a proxy does not work with the declared protocol (SOCKS/HTTP/HTTPS), the extension tries others by itself. Two modes are available: "Probable" (fast) and "Full" (all variants). Enabled in settings.
    - Built‑in test log viewer – now you see every step: IP retrieval, site check, proxy status, transitions. The log is available both on the settings page and in a separate window from the control panel.
    - Automatic switch to Direct when saving a subscription – no need to manually switch if a profile with a non‑working proxy is active.
    - Auto‑save subscriptions – after adding a list, changes are applied immediately.
    - Enhanced privacy – by default, your real IP is not sent to external services (the option is disabled). All checks are performed via fetch without opening tabs.

    🐞 Fixes:
    - Disappearance of test buttons in the popup when the direct IP option is enabled – fixed.
    - Fixed display of HTML tags and message overlapping in the floating log.
    - The "Export" button is now disabled when the proxy list is empty.
    - Fixed a false error when starting the express‑cyclic test in Firefox.
    - Fixed the order of profile and proxy switching in cyclic tests.
    - The ip-only status (❔) no longer triggers automatic protocol switching.
    - Removed duplicate statuses in logs after auto‑protocol detection.
    - The lock preventing new tests from starting after completion – removed.

    🌐 Localisation and UI:
    All log messages are translated into 21 languages, country flags added, a "Pin" button in the log window, and centering of the test menu in the popup.

    Full changelog – in CHANGELOG.

    Quelltext steht unter der Nur GNU General Public License v3.0

    Datei herunterladen
  • Version 1.0.3

    Veröffentlicht 26. Juni 2026 – 4 MB
    Funktioniert mit firefox 100.0 und höher, android 120.0 und höher
    🎯 What's new in ProxyMust 1.0.3

    🔹 Built-in test log viewer – now you can watch proxy testing progress in real-time both on the settings page and in a separate popup window. The log shows every step: start of check, IP retrieval, site availability, final status, and transition to the next proxy.

    🔹 Country flags in logs – each proxy now displays a country flag next to its address (based on IP geolocation).

    🔹 Full localization – all log messages, labels, and statuses are translated into all 21 supported languages.

    🔹 Instant stop feedback – clicking "Stop" immediately shows a message in the log, so you know cancellation has started.

    🔹 "Pin" button in log window – attempts to keep the window on top by focusing it when new messages arrive (state persists for the session).

    🔹 Fixed duplicate stop messages – only one stop message is sent when you click "Stop".

    🔹 Log updates in real-time – even when the viewer is hidden; all missed messages are displayed instantly when opened.

    🐞 Bug fixes and performance improvements.

    Full changelog: https://github.com/nana-xakep/ProxyMust/blob/main/CHANGELOG.md

    Quelltext steht unter der Nur GNU General Public License v3.0

    Datei herunterladen
  • Version 1.0.2

    Veröffentlicht 21. Juni 2026 – 3,97 MB
    Funktioniert mit firefox 100.0 und höher, android 120.0 und höher
    Что нового в версии 1.0.2:

    • Добавлена настройка " Включить определение прямого IP для проверки прокси" – отключено по умолчанию для защиты приватности. Теперь вы сами решаете, передавать ли ваш реальный IP внешним сервисам при тестировании.

    • Новый статус ❔ – "неизвестный IP получен, но страница не загрузилась" (когда невозможно провести сравнение с прямым IP). Отображается отдельно от косвенного успеха и не влияет на рейтинг прокси.

    • Теперь тестирование прокси выполняется без открытия вкладок (через fetch-запросы). Быстрее, без мусора в истории и без случайных скачиваний файлов.

    • Улучшена логика косвенного успеха – теперь точнее определяется при включённом/отключённом определении прямого IP.

    • Исправлен таймер тестов – теперь не обрывает длительные проверки (например, сотни прокси).

    • Исправлены ошибки компиляции, удалены дубли, улучшена производительность.

    Полный список изменений – в репозитории на GitHub.

    Quelltext steht unter der Nur GNU General Public License v3.0

    Datei herunterladen
  • Version 1.0.1

    Veröffentlicht 18. Juni 2026 – 3,97 MB
    Funktioniert mit firefox 100.0 und höher, android 120.0 und höher

    Quelltext steht unter der Nur GNU General Public License v3.0

    Datei herunterladen
Zur Mozilla-Startseite gehen

Add-ons

  • Über
  • Firefox-Add-ons-Blog
  • Erweiterungs-Workshop
  • Entwickler-Zentrum
  • Regeln für Entwickler
  • Blog der Gemeinschaft
  • Forum
  • Einen Fehler melden
  • Bewertungsleitfaden

Herunterladen

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

Neueste Versionen

  • Nightly
  • Beta

Firefox für Unternehmen

  • Enterprise

Gemeinschaft

  • Connect
  • Contribute
  • Developer

Folgen

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Datenschutz
  • Cookies
  • Rechtliches

Sofern nicht anders vermerkt, steht der Inhalt dieser Seite unter der Creative Commons Attribution Share-Alike License v3.0 oder einer späteren Version.