This Web Extension is a Proxy Extension that will allow to use Stealth as an HTTP/S Proxy inside a Chromium-based Web Browser.
The Features are delegated through Stealth and are therefore on feature-parity with it, except for all the Automation related parts.
This Extension offers a Popup that allows to quickly configure the Site Modes
and Site Powers for all the resources on the currently displayed Tab.
-
It uses
Site Modesthat decide what to load, with incrementally allowed features (or media types). By default, Stealth will load nothing. The Site Mode decides what is being loaded. -
It uses
Site Blueprintsthat can automatically scrape URLs and forward those to the connected Stealth Proxy to download accordingly into the Profile folder. -
It offers an
Open in Incognito Tabbutton that allows to open the currently displayed Site in an isolated Sandbox.
The Chromium Manifest V3 still has no replacement for the webRequest API
because the declarativeWebRequest API
still isn't supported outside of the Chrome Beta Channel.
So, this Extension has to use Manifest V2 and all legacy that comes with it,
and the Background Page cannot use a Service Worker.