Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "shulmnn",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/chat.deepseek.com\/*"
],
"type": "module"
}
],
"description": "Voice to text tool for DeepSeek. Ask Deepseek with voice control",
"icons": {
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"name": "Voice To DeepSeek",
"permissions": [
"storage"
],
"version": "1.3",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/*",
"assets\/*",
"styles.css",
"languages.js",
"ui.js",
"state.js",
"speech.js",
"modal.js",
"micPosition.js",
"autoGeneration.js",
"widthAdjustment.js",
"clearButton.js"
]
}
]
}