jrie / flagCookies

A cookie manager, browser add-on to manage and flag cookies and session data. On stereoids.
https://dwrox.net
GNU General Public License v3.0
84 stars 6 forks source link

Notifications sent when notifications are disabled. #7

Closed Irmitya closed 8 months ago

Irmitya commented 9 months ago

[Chrome] Preferences > FlagCookie settings > Display notifications: I disable notifications. I often get a popup notification telling me the extension was updated.

jrie commented 9 months ago

Hello. A notification, despite notifications beeing turned off, is only displayed once in two cases: The addon is installed the first time or when an update was installed. This is intended.
Other times there should be no other notifications.

In case you receive other notifications, even they are not enabled, please note down the message, so I can check.

Does this answer your question?

Irmitya commented 9 months ago

Okay, then I request you add the option to also disable update notifications.

I don't know what's being updated or when it's updated, and as long as it keeps working, I don't need to know. There's no option to disable automatic updates, and chrome doesn't allow users to block specific extension notifications.

My only options are to 1) disable all notifications from chrome, 2) try to learn and compile it myself to remove auto updating, 3) remove/disable the extension until if/when I need to use it 4) do nothing and keep getting notifications

Irmitya commented 9 months ago

Also, since that's intentional, what does [Disable Notifications] disable then? The only other notifications I'm aware of are displayed in the extension window and that doesn't disable those either.

jrie commented 9 months ago

I understand. I will add a option to disable update notifications in the settings.

For the time beeing, I am not able to make this addition during the very next days, but I will follow up.

jrie commented 9 months ago

Also, since that's intentional, what does [Disable Notifications] disable then? The only other notifications I'm aware of are displayed in the extension window and that doesn't disable those either.

I hope I understand your question. By default notifications, addional ones, are not enabled in FlagCookies. But they can be enabled in the internal settings of the addon, in Preferences.

Disabling the notifications for the addon in the browser would only block the install and update notifications, which you noticed. Since, by default, only those are shown.

If you enable the optional notifications in Preferences, more are displayed. For example the count of deleted cookies or other actions. As mentioned, those can optionally be turned on and off.

Irmitya commented 9 months ago

If you enable the optional notifications in Preferences, more are displayed. For example the count of deleted cookies or other actions. As mentioned, those can optionally be turned on and off.

Got it, thanks.