Proxy
v0.2.7

Chrome MV3 proxy

Resolve browser-side CORS blockers with a direct extension bridge.

Proxy forwards requests through a Chrome service worker so your frontend can reach blocked endpoints from gallego.top, its subdomains, edunoza.com, and local development pages.

Download

One package, ready to extract.

Archive

proxy-extension.zip

The zip contains manifest.json, content-script.js, and service-worker.js at the archive root.

Download zip

Install

Load the extension in Chrome.

01

Download and extract

Download proxy-extension.zip and extract it to any local folder.

02

Enable Developer mode

Open chrome://extensions and enable Developer mode.

03

Load unpacked

Select the extracted folder that contains manifest.json at its root.

04

Use it from allowed pages

Run the bridge from gallego.top, localhost, or 127.0.0.1.

Scope

Open target access, restricted caller access.

The extension can call HTTP or HTTPS endpoints covered by its host permissions. Private-network targets require both an enabled origin policy and an explicit request flag.

The restriction is on who can use it. The bridge only accepts enabled callers from configured origin policies and the built-in trusted page matches.

  • Uses token-based authentication without browser cookies.
  • Rejects unsupported protocols.
  • Filters unsafe transport headers.
  • Validates the sender against the manifest allowlist.

Ready

Download the package and load it directly into Chrome.

Get Proxy