WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Voice Control for ChatGPT

Voice Control for ChatGPT

View on Chrome Web Store
View Voice Control for ChatGPT Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (665 ratings)
1 new ratings
34 views
This extension has been viewed 34 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 14, 2025.

Expands ChatGPT with fast voice control in multiple languages, read aloud, and more!
Type
Extension
Users
500,000 users
100K
Theis Frøhlich
View author page of Theis Frøhlich
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 15, 2022
Version 4.3.0
Manifest version
3
Updated
Updated on July 8, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Voice Control for ChatGPT Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voice Control for ChatGPT",
    "version": "4.3.0",
    "description": "Expands ChatGPT with fast voice control in multiple languages, read aloud, and more!",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "tabs",
        "scripting"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17519392274.chunk.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/png\/*.png",
                "assets\/webm\/*.webm",
                "assets\/mp3\/*.mp3",
                "icon-128.png",
                "icon-34.png",
                "manifest.json",
                "src\/pages\/permission\/index.html",
                "src\/pages\/permission\/index.js",
                "src\/pages\/newtab\/index.html",
                "src\/pages\/newtab\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top