htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
252 stars 57 forks source link

When in Incognito mode, "Don't load tabs until selected" checked makes extension open URLs in regular window, not Incognito #26

Closed echernyavskiy closed 3 years ago

echernyavskiy commented 3 years ago

When using this extension in Incognito mode, if "Don't load tabs until selected" is checked, URLs are opened NOT in Incognito mode.

htrinter commented 3 years ago

I am able to reproduce the issue in Chrome. Manifest option "incognito": "split" seems to fix the issue. Unfortunately it makes the extension manifest incompatible with Firefox. Seems like we need a separate build for Firefox.

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/incognito

htrinter commented 3 years ago

Fixed in v1.5.1