dessant / buster

Captcha solver extension for humans, available for Chrome, Edge and Firefox
https://addons.mozilla.org/en-US/firefox/addon/buster-captcha-solver/
GNU General Public License v3.0
8.03k stars 597 forks source link

Using the client app with a portable browser #222

Open RedSteel-1 opened 4 years ago

RedSteel-1 commented 4 years ago

Describe the solution you'd like A portable / no-install version of the Windows client plugin that i can simply copy-paste to the folder of a portable/standalone browser

dessant commented 4 years ago

Native Messaging on Windows requires a registry key to be set which points to the location of a manifest file (that could be in your portable folder), so unless the launch script of the portable browser sets the registry key with the correct manifest path, you'd need to manually do it.

Please share if you find any information regarding how PortableApps handles extensions that use Native Messaging.