Read News with TTS

Text to speech for News Sites without distractions.

What is Read News with TTS?

Read News with TTS is a Chrome extension developed by Hugo Nobre, and its main feature is "Text to speech for News Sites without distractions.".

Extension Screenshots

Download Read News with TTS Extension CRX File

Download Read News with TTS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This plugin allow the ability to read news articles with TTS text-to-speech for free using websites specialized on this feature.                    

Extension Basic Information

Name Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
Official URL https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
Description Text to speech for News Sites without distractions.
File Size 736 KB
Installation Count 1,419
Current Version 1.0.0
Last Updated 2022-08-09
Publish Date 2022-04-24
Rating 5.00/5 Total 3 Ratings
Developer Hugo Nobre
Email [email protected]
Payment Type free
Extension Website https://github.com/projectify/read-news-tts
Help Page URL https://github.com/projectify/read-news-tts
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read News with TTS",
    "description": "Text to speech for News Sites without distractions.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}