Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Podgląd „proxy-sock5-manager”

proxy-sock5-manager Autor: Pradeepkumar Halakeri

Manage approved SOCKS5 proxy profiles for enterprise environments. Switch proxies per-site with tenant-based organization.

0 (recenzje: 0)0 (recenzje: 0)
Pobierz Firefoksa i to rozszerzenie
Pobierz plik

Metadane rozszerzenia

Zrzuty ekranu
create the profiles and save the changesmanage all the proxy socks5 connection. you can test it and change the settingslist the profiles and apply them
O tym rozszerzeniu
A Firefox browser extension that enables users to manage and switch between multiple tenant-based SOCKS5 proxy profiles, apply proxies to specific websites or globally, test connectivity, and securely manage proxy configurations through an easy-to-use interface. Designed for enterprise productivity, troubleshooting, and approved network routing scenarios.
Komentarze autora
Purpose: This is a legitimate enterprise proxy management extension. It allows users to switch browser traffic between pre-configured SOCKS5 proxy profiles, with per-site domain routing rules. It is designed for enterprise environments where users need to reach internal services through approved proxy connections.

Permissions justification:
  • proxy — Core functionality. The extension uses browser.proxy.onRequest to make per-request routing decisions (proxy or direct) based on hostname matching against user-configured domain rules.
  • storage — Persists proxy profiles and settings across browser restarts using browser.storage.local.
  • <all_urls> — Required because the proxy.onRequest handler must evaluate ALL requests to determine whether each one matches a domain rule (e.g., proxy *.internal.company.com, direct for everything else). Without this, the handler would only fire for specific URL patterns, defeating the per-site routing feature.

Permissions NOT used:
  • webRequest / webRequestBlocking — NOT needed. browser.proxy.onRequest operates independently of the webRequest API.
  • tabs / activeTab — Extension does not access tab content.

Security design:
  • Passwords are stored in browser.storage.local (plaintext — WebExtension API limitation). The UI prominently warns users about this. Passwords are stripped from state sent to the popup, only fetched on-demand during editing, never logged, redacted on export, and cleared from DOM when the editor closes.
  • No data is sent to external servers. No telemetry. No analytics.
  • The extension never silently routes traffic — the status badge always shows whether proxy is active.
  • No auto-activation — user must explicitly click "Apply."
  • No auto-fallback to direct on proxy failure — user remains informed of connection issues.

No build step: All source is plain JavaScript, HTML, and CSS. What you see in the zip is the complete, unminified source. No bundler, no transpiler, no external dependencies.

innerHTML: The code uses DOM API methods (createElement, textContent, appendChild) for all dynamic content rendering. No innerHTML assignments with dynamic data.

data_collection_permissions: Set to ["none"] — this extension does not collect, transmit, or access any user data, telemetry, or Firefox health information.
Ocenione na 0 przez 0 recenzentów
Zaloguj się, aby ocenić to rozszerzenie
Nie ma jeszcze ocen

Zapisano ocenę w gwiazdkach

5
0
4
0
3
0
2
0
1
0
Nie ma jeszcze recenzji
Uprawnienia i dane

Wymagane uprawnienia:

  • Kontrolować ustawienia pośrednika przeglądarki
  • Mieć dostęp do danych użytkownika na wszystkich stronach

Zbieranie danych:

  • Autorzy tego rozszerzenia twierdzą, że nie wymaga ono zbierania danych.
Więcej informacji
Więcej informacji
Odnośniki dodatku
  • Adres e-mail pomocy
  • Skopiuj identyfikator dodatku
Wersja
1.0.0
Rozmiar
41,93 KB
Ostatnia aktualizacja
4 dni temu (28 lip 2026)
Powiązane kategorie
  • Inne
Licencja
Wszelkie prawa zastrzeżone
Historia wersji
  • Wszystkie wersje
Dodaj do kolekcji
Zgłoś ten dodatek
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Pobieranie

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

Najnowsze kompilacje

  • Nightly
  • Beta

Firefox dla firm

  • Enterprise

Społeczność

  • Connect
  • Contribute
  • Developer

Obserwuj nas

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.