Voice chat with any chatbot in 1-click. Supports ChatGPT, Claude.ai, Copilot, Poe and many more.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Summme - Add Voice Chat to ChatGPT (TTS & STT)",
"icons": {
"128": "images/logo.png"
},
"manifest_version": 3,
"version": "1.0.7",
"description": "Voice chat with any chatbot in 1-click. Supports ChatGPT, Claude.ai, Copilot, Poe and many more.",
"permissions": [
"sidePanel",
"storage",
"activeTab",
"contextMenus",
"offscreen"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"options_page": "answer-rules.html",
"action": {
"default_title": "Chat history",
"default_icon": {
"128": "images/logo.png"
}
},
"commands": {
"playback-pause-play": {
"suggested_key": {
"default": "Ctrl+Space"
},
"description": "Playback Stop/Play"
},
"playback-next-line": {
"suggested_key": {
"default": "Alt+D"
},
"description": "Playback Next Line"
},
"playback-previous-line": {
"suggested_key": {
"default": "Alt+A"
},
"description": "Playback Previous Line"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"images/chrome-web-store.png",
"images/logo.png",
"images/tiny-squares.png",
"images/circles-light.webp",
"images/ms-edge-store.png",
"off_screen.html",
"off_screen.js"
],
"use_dynamic_url": true
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/v1-FGYsnBTC.js",
"assets/helpers-y6jghSHc.js",
"assets/content_script.js-D_7KCfEA.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets/content_script.js-loader--vIsQPDW.js"
],
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"all_frames": true,
"css": [
"assets/content_script-H8AYu5LS.css"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}