LukasLen / Privacy-Extension-For-WhatsApp-Web

Hides your WhatsApp messages until you hover over them.
https://pfwa.lukaslen.com
MIT License
118 stars 44 forks source link

Correct manifest v3 support #54

Closed LukasLen closed 4 months ago

LukasLen commented 4 months ago

It works and I'm thankful for that.

Although, there's 2 things I should note:

1 - you need to remove background.service_worker on Firefox build. I was unable to install, until I've removed it and used scripts: ["background.js"]; 2 - apparently, Firefox is now asking users if they want the extension work "when clicked" or "always". "when clicked" seems to be default behavior, which might cause some confusion and less versed people might think this extension is not working. I'm guessing this behaviour has something to do with manifest v3.

ps: right click on extension to understand what I've described on list item 2

Originally posted by @ticmaidev in https://github.com/LukasLen/Privacy-Extension-For-WhatsApp-Web/issues/53#issuecomment-1967452526

LukasLen commented 4 months ago

1 - This should work in the latest versions of Firefox - will keep monitoring this issue 2 - Fixed with dc1799b5a12f620146b4288472f3bd0dfc088578