I don't know how those add-ons work.
There could be a couple of work arounds.
You could have a trigger that runs every hour, and checks all the settings.
So, there would be a difference between how many settings and how many triggers.
The one time based trigger would just keep running over and over again, and checking all the settings
to determine whether it needed to do something at different times of day.
You can have the function that runs from the trigger delete the first trigger and then install a new trigger.
So, depending upon your need there may be a solution.
But, as far as creating two or more time-based triggers that are active at the same time,
for an add-on that is not possible.
I don't know what the permissions are for those add-ons.
User code, that was owned by the user account, could create multiple triggers,
but then the add-on would need some way to trigger the user owned code.
That would require more set-up by the user.