https://bugs.kde.org/show_bug.cgi?id=404686
danielvarella <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from danielvarella <[email protected]> --- I successfully implemented Chome extensions support for Falkon. I am just waiting my KDE Identity to be approved so I can push my git branch to https://invent.kde.org/network/falkon What made the extension support possible was the new class QWebEngineExtensionManager introduced in Qt 6.10 I just created a new tab in Preferences dialog, with a button to add a local extension file, and a button to remove a selected extension. All my modifications have conditional compiling and are only compiled in systems that have Qt 6.10+ The Google Chome Web Store blocks Falkon to download the extensions directly from there, because Falkon TLS fingerprint doesn't match with Google browser family (Chrome, Chromium) even using QtWebEngine which uses Chromium. I post a new comment here when I push it to KDE Invent. -- You are receiving this mail because: You are watching all bug changes.
