translate_onhover
                                
                                
                                
                                    translate_onhover copied to clipboard
                            
                            
                            
                        Text to speech doesn't work since new update
When I first installed this extension (probably 2 weeks ago), text to speech was working fine. It doesn't work right now (no speech voice upon pressing control when popup shows up).
Here are my settings

Thanks for reporting - it doesn't work for me either. Looks like the underlying API does not work for some reason. E.g., this should work when pasted in the console, but it does not:
utterance = new SpeechSynthesisUtterance("cat, dog, bark");
speechSynthesis.speak(utterance);