WebExtension.net
WebExtension.net

SayAI

View on Chrome Web Store
View SayAI Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Adds voice recording and spoken answers to ChatGPT UI.
Type
Extension
Users
98 users
2
Website nodetics.com
Nodetics
View author page of Nodetics
Published
Published on April 17, 2023
Version 1.0.19
Manifest version
3
Updated
Updated on November 11, 2024
View on Chrome Web Store
View SayAI Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SayAI",
    "version": "1.0.19",
    "default_locale": "en",
    "author": "Nodetics",
    "description": "Adds voice recording and spoken answers to ChatGPT UI.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        "https:\/\/chat.openai.com\/*",
        "https:\/\/chatgpt.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chatgpt.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/util.js",
                "js\/main.js",
                "js\/recorder.js",
                "js\/texttospeech.js",
                "js\/chatgptresponsegrabber.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "96": "images\/voicechatgpt-icon-96.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "js\/listener.js"
            ],
            "matches": [
                "https:\/\/chatgpt.com\/*",
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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