ChatGPT Reader

ChatGPT Text to Speech Reader

ChatGPT Reader क्या है?

ChatGPT Reader ReadX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatGPT Text to Speech Reader"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ChatGPT Reader is a text to speech application that allows you to easily convert written replies into spoken words. With a simple click of the "Auto Read" button, you can effortlessly listen to the next reply without having to read it yourself. Additionally, the app offers the ability to re-read the last previously written comment in case you missed it.

For an even more enhanced experience, we also offer ReadX extension that enables automatic text to speech and can seamlessly move to the next page on websites like RoyalRoad. The ReadX extension also has the capability to read Reddit comments using different voices.

We believe that our easy-to-use text to speech apps can greatly improve your interaction with ChatGPT and your online reading experience.

* Added support for the current version of Bard.                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT Reader ChatGPT Reader
ID jmopckjbmdangdeegjacnmbkiiacaedm
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-reader/jmopckjbmdangdeegjacnmbkiiacaedm
विवरण ChatGPT Text to Speech Reader
फ़ाइल का आकार 48.68 KB
स्थापना संख्या 866
वर्तमान संस्करण 1.2.7
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2023-03-02
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर ReadX
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://readit.js.org/
गोपनीयता नीति पृष्ठ URL https://readit.js.org/policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Reader",
    "description": "ChatGPT Text to Speech Reader",
    "version": "1.2.7",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bing.com\/*",
                "https:\/\/*.openai.com\/*",
                "https:\/\/bard.google.com\/*",
                "https:\/\/*.claude.ai\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}