theahura / shoot-the-messenger

Script to auto-unsend all messages from a facebook messenger chat
Other
189 stars 28 forks source link

Any chance of a Manifest V3 version of this? #94

Closed badgerhome closed 1 year ago

badgerhome commented 1 year ago

Chrome no longer supports Manifest V2, any chance of a V3 of this? Thanks again for all your hard work.

theahura commented 1 year ago

i figured this day would come eventually, but ive been putting it off because I didn't want to deal with it. I'm also generally fairly busy, not sure when I'll I have time to mess with this

There's a converter here: https://developer.chrome.com/blog/extension-manifest-converter/ in case you want to try running the converter on the manifest yourself, i'd be happy to accept a PR for that

yolarrydabomb commented 1 year ago

Seems it can successfully converted to manifest V3 but breaks your buymecoffee code due to chromes new policy's I guess and chrome.extension.sendMessage under both popup.js and .html.

Was going to help with a quickest PR for it but too noob I guess 💀 lol

theahura commented 1 year ago

Updated!