WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Voice to Text

Voice to Text

View on Chrome Web Store
View Voice to Text Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (17 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Our Voice to Text extension helps you instantly transform your spoken words into written text!
Type
Extension
Users
2,000 users
1K
antoninacodes
View author page of antoninacodes
Published
Published on November 8, 2024
Version 3.0.4
Manifest version
3
Updated
Updated on October 10, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Voice to Text 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": "__MSG_appName__",
    "version": "3.0.4",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*.aivoicerecorder.pro\/*"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.aivoicerecorder.pro\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidepanel.html",
                "allow-media.html"
            ],
            "matches": [
                "https:\/\/*.aivoicerecorder.pro\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; connect-src 'self' https:\/\/ai-voice-recorder-serverless.vercel.app https:\/\/api.aivoicerecorder.pro https:\/\/api.lemonfox.ai; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 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