-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Hi, Mr Helloyanis recently rewrote the code of Live stream downloader from the stratch to add a new design, new features and options....:
https://github.com/helloyanis/media-downloader-unleashed
but his new version is only compatible with firefox, when I asked him to add chrome support, here is his answer:
"I don't think it will be possible with the way I implement it.
Firefox allows you to use the webRequest API, so the add-on can read the requests, the server response and dynamically replay them when downloading media.
Chrome has deprecated this in favor for the declarativeNetRequest, which allows you to declare rules in your application. So it would mean I would have to specify rules manually for every streaming service in existence to get the headers used with the request which is impossible. And even if I had a team of thousands of people doing this, you can't even modify the request headers with declarativeNetRequest.
I do use manifest v3! However, Firefox has an implementation which does not deprecate the webRequest API, allowing ad-blockers and many other extensions to retain full functionality. The declarativeNetRequest API is good for privacy when making a browser extension made to work for a few sites, but it severely limits its ability to work on a large scale."
So here's my idea, Mr. @xifangczy, according to Mr. Helloyanis, a manifest v3 extension can use manifest v2, and the developer of the famous Supermium browser, Mr. Win32ss, who recently released a sensational, revolutionary special version specifically compatible with Windows 10/11, affirms that he will continue to support manfestv2 even after July 2025 and the end of Chrome Enterprise:
https://github.com/win32ss/supermium/releases/tag/win10_11-test-v1
Also, Brave and CatsXP browsers based on Chromium continue to support manifest v2....
So my idea please is to make or remix a special manifest v3 version of Cat Catch compatible with Supermium browser to make the extension even stronger, perhaps. by adopting the firefox maifest v3 version of Cat catch to Supermium browser, and to brave and catsxp which have become giga popular browsers, thank you!