Thorium-Win icon indicating copy to clipboard operation
Thorium-Win copied to clipboard

question : Any way to remove Hangouts and PDF viewer extensions.

Open vippium opened this issue 9 months ago • 8 comments

Isn't there any way to remove these extensions from Thorium. It is known that thorium provides all features of chrome bcoz of which these extensions are there. But most of the people like me like to use adobe instead of Thorium (Chrome). So, People like me don't want extra extensions. There should be a option to remove them. OR if the option exits, then help me with the guide to remove them. Thanks

vippium avatar May 10 '24 04:05 vippium

This is a built-in extension and it exists in Chrome as well, we just managed to show it. Also, this question has been answered many times.

gz83 avatar May 10 '24 05:05 gz83

This is a built-in extension and it exists in Chrome as well, we just managed to show it. Also, this question has been answered many times.

Then, why don't you hide them....Isn't there any way in thorium to hide them.? Like some flag which you can introduce?

vippium avatar May 10 '24 06:05 vippium

Hiding these extensions does not mean deleting them. You can also allow Acrobat to open PDF files by changing the file association.

We expose them to the public at the source code level, and users cannot hide them at the moment.

gz83 avatar May 10 '24 07:05 gz83

It's a misery that google did not do that more plugin-like. So that unwanted stuff could be stripped entirely.

JoachimHenze avatar May 11 '24 13:05 JoachimHenze

You would not want to get rid of the PDF viewer. Without it, PDFs cannot be displayed or printed from. Every Chromium based browser has this, but it is normally hidden. The hangouts extension is optional, and can be configured at build time with the enable_hangout_services_extension = true/false argument. Most, but not all, Chromium based browsers have this, and again it is normally hidden. This extension is only used on Google Hangout websites, and requires the user to consent to microphone/camera before it is ever actually activated.

Alex313031 avatar May 12 '24 04:05 Alex313031

You would not want to get rid of the PDF viewer. Without it, PDFs cannot be displayed or printed from. Every Chromium based browser has this, but it is normally hidden. The hangouts extension is optional, and can be configured at build time with the enable_hangout_services_extension = true/false argument. Most, but not all, Chromium based browsers have this, and again it is normally hidden. This extension is only used on Google Hangout websites, and requires the user to consent to microphone/camera before it is ever actually activated.

So, can't you directly implement a flag which triggers this argument. Like you did with your icons too.

vippium avatar May 12 '24 04:05 vippium

@Vipin2003 I mean I probably could, but it means more work. Why are you so concerned about it?

You can view the source here, and see that there is nothing malicious > https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/resources/hangout_services/

Alex313031 avatar May 12 '24 04:05 Alex313031

@Vipin2003 I mean I probably could, but it means more work. Why are you so concerned about it?

You can view the source here, and see that there is nothing malicious > https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/resources/hangout_services/

Try to do it when you are free or have time. I'm just asking other's people concern.

vippium avatar May 12 '24 04:05 vippium

Reflected in M124.0.6367.218 - 40th Release. Thanks to dev for listening to audience

vippium avatar May 17 '24 19:05 vippium

Once again, the flag introduced this time only hides these extensions, but does not delete them.

gz83 avatar May 18 '24 00:05 gz83