WebExtension.net
WebExtension.net

AI Speakeasy Microphone for ChatGPT, Perplexity and Claude

View on Chrome Web Store
View AI Speakeasy Microphone for ChatGPT, Perplexity and Claude Chrome Extension on Chrome Web Store
4.3 (10 ratings)

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

AI Speakeasy transform your voice into text prompts instantly with ChatGPT, Perplexity, and Claude
Type
Extension
Users
911 users
4
https://hudektech.com
View author page of https://hudektech.com
Published
Published on May 31, 2024
Version 2.2
Manifest version
3
Updated
Updated on October 11, 2024
View on Chrome Web Store
View AI Speakeasy Microphone for ChatGPT, Perplexity and Claude Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "2.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "author": "Robert Hudek",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": "hhy-aimic-popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "hhy-aimic-background.js"
    },
    "commands": {
        "push_to_talk": {
            "suggested_key": {
                "default": "Shift+Alt+Y",
                "mac": "Shift+Command+Y"
            },
            "description": "__MSG_shortcutMicPopup__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/www.perplexity.ai\/*",
                "https:\/\/claude.ai\/*"
            ],
            "js": [
                "hhy-aimic-common.js",
                "hhy-aimic-content.js"
            ],
            "css": [
                "hhy-aimic-modal.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon512.png",
                "fontawesome.css",
                "webfonts\/fa-solid-900.woff2",
                "webfonts\/fa-solid-900.woff",
                "webfonts\/fa-brands-400.woff2",
                "webfonts\/fa-brands-400.woff",
                "fa-regular-400.woff2",
                "fa-regular-400.ttf",
                "fa-brands-400.ttf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
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