unintended / download-organizer-chrome-extension

Chrome extesion that allows you to set custom download locations with a flexible regexp-based rules.
MIT License
69 stars 10 forks source link

HELP NEEDED: Migration to chrome extension manifest V3 #65

Closed unintended closed 9 months ago

unintended commented 11 months ago

Chrome drops support of manifest V2 extensions in June 2024. I need help of the community to re-write this extension to support manifest V3. Actually, it was my naive work as JS/jQuery developer and I'm not really good at it. Checking the migration guide I figured out there is a lot of work to do to migrate and I need help from more experienced web devs.

Please consult the migration guide for help getting started.

I created a branch for work: https://github.com/unintended/download-organizer-chrome-extension/tree/manifest_v3

I'm really looking forward for your contributions.