🔊 Introducing TTS Pro: AI-Powered Text-to-Speech Comes to Dictionariez v6.3.0
-
Hi everyone! I'm thrilled to announce that the powerful text-to-speech player from PNL Reader has now been integrated into Dictionariez. This exciting new feature makes language learning more accessible and convenient than ever before.
What's New?
With TTS Pro, you can now:
- Select any text on any webpage and have it read aloud instantly
- Support for multiple languages with realistic AI voices
- High-quality pronunciation that surpasses many existing solutions
- Seamless integration that works across all websites
For Swedish learners specifically, I'm confident you'll find our AI voices significantly better than what's available on 8sidor and other platforms. The natural intonation and pronunciation make it perfect for improving your listening comprehension and pronunciation skills.
The Technology Behind It
As always, Dictionariez remains open-source, so you can explore the implementation yourself on our GitHub repository. Here's what makes this feature special:
- Web Components Architecture: I've wrapped the entire TTS player using web components with shadow DOM
- Complete Isolation: The player operates independently from the host website's context
- No Interference: Scripts and styles from the original website won't affect Dictionariez, and vice versa
- Universal Compatibility: Works seamlessly across all websites, including complex applications like Epic Games login pages
This technical approach ensures reliability and compatibility while maintaining the integrity of both the original website and our extension.
Pricing and Availability
Since TTS Pro utilizes premium AI services that incur costs per request, this feature is included in our PNL Pro plan. However, I believe in letting you experience the quality first-hand, so I've included a generous free trial for everyone.
Last Hours of 11.11 Offer!Hurry! The 11.11 special offer with 80% off is ending in just a few hours! Don't miss out on this amazing deal.
Third Launch Offer Coming TomorrowIf you miss the 11.11 deal, our Third Launch Offer starts tomorrow with 70% off — still a fantastic discount to celebrate the TTS Pro release!
How to Get Started
-
Download Dictionariez (if you haven't already):
-
Try it free: Select any text on any webpage and look for the speaker icon
-
Experience the quality: Test the realistic AI voices across different languages
-
Upgrade when ready: Join PNL Pro for unlimited access and support ongoing development
Looking Ahead
TTS Pro is just the beginning. Your support as a Pro user helps fund the development of more AI-powered features that will make language learning even more effective and enjoyable.
Ready to transform how you learn languages? Try TTS Pro today and join the PNL Pro community!
Have questions or feedback? I'd love to hear from you! Reach out through our community channels or GitHub.
Happy learning!


-
R river pinned this topic
-
I mentioned the Epic Games login pages because the day after the Firefox release:
User: “Great feature, but it breaks some sites.”

Me: “Oh no!
” — I ran to the keyboard and patched it. Fixed.
Me (tech-splain): Firefox had a Web Components compatibility quirk on a few pages, so I switched to lazy-loading the component and only activate it after a user interaction. That way it won’t clash with the site’s own scripts.
User: “Phew... thanks!”So everyone’s happy again, sites load, logins work, and my stress level drops a notch.

Interestingly, this didn’t happen on Chrome. I suspect Chrome’s content scripts run in a more isolated context, so extensions are less likely to interfere with the page’s original JavaScript.
If you spot any other bugs on any site, please let me know. Bug reports (and coffees) are always welcome
