Webbläsartillägg för Firefox
  • Tillägg
  • Teman
    • för Firefox
    • Ordlistor & språkpaket
    • Andra webbläsarplatser
    • Tillägg för Android
Logga in
Förhandsvisning av proxy-sock5-manager

proxy-sock5-manager av Pradeepkumar Halakeri

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

0 (0 recensioner)0 (0 recensioner)
Hämta Firefox och få tillägget
Hämta fil

Metadata för tillägg

Skärmbilder
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
Om detta tillägg
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.
Utvecklarens kommentarer
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.
Betyg 0 av 0 recensenter
Logga in för att betygsätta detta tillägg
Det finns inga betyg än

Stjärnklassificering sparad

5
0
4
0
3
0
2
0
1
0
Inga recensioner ännu
Behörigheter och data

Nödvändiga behörigheter:

  • Kontrollera proxyinställningar för webbläsare
  • Åtkomst till dina data för alla webbplatser

Datainsamling:

  • Utvecklaren säger att detta tillägg inte kräver datainsamling.
Läs mer
Mer information
Länkar för tillägg
  • E-post för support
  • Kopiera tilläggs-ID
Version
1.0.0
Storlek
41,93 kB
Senast uppdaterad
för 4 dagar sedan (28 jul 2026)
Relaterade kategorier
  • Annat
Licens
Med ensamrätt
Versionshistorik
  • Se alla versioner
Lägg till i samling
Rapportera detta tillägg
Gå till Mozillas hemsida

Tillägg

  • Om
  • Firefox tilläggsblogg
  • Verkstad för tillägg
  • Utvecklarcenter
  • Utvecklarpolicyer
  • Community-blogg
  • Forum
  • Rapportera en bugg
  • Recensionsriktlinjer

Ladda ner

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

De senaste versionerna

  • Nightly
  • Beta

Firefox för företag

  • Enterprise

Gemenskap

  • Connect
  • Contribute
  • Developer

Följ

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Sekretess
  • Kakor
  • Juridisk information

Om inget annat anges, är innehållet på denna webbplats licensierat under licensen Creative Commons Attribution Share-Alike License v3.0 eller senare version.