WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MossVox Subtitle Plugin - Voice recognition, AI translation, Summarization

MossVox Subtitle Plugin - Voice recognition, AI translation, Summarization

View on Chrome Web Store
View MossVox Subtitle Plugin - Voice recognition, AI translation, Summarization Chrome Extension on Chrome Web Store
Add to bookmarks
2.3 (14 ratings)
1 new ratings
24 views
This extension has been viewed 24 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.

Support 130+ languages, real-time recognition, multilingual subtitles, and smart summaries for study and watching shows.
Type
Extension
Users
3,000 users
500
新译科技
View author page of 新译科技
Published
Published on November 8, 2024
Version 1.0.6.0
Manifest version
3
Updated
Updated on September 9, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View MossVox Subtitle Plugin - Voice recognition, AI translation, Summarization 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",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.6.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "32": "assets\/icon\/icon128.png",
        "128": "assets\/icon\/icon128.png"
    },
    "background": {
        "service_worker": "app\/background.js"
    },
    "commands": {
        "_execute_action": {
            "description": "",
            "suggested_key": {
                "default": "Alt+O"
            }
        },
        "play_subtitle": {
            "description": "\u5f00\u59cb\u64ad\u653e\u5b57\u5e55",
            "suggested_key": {
                "default": "Alt+P"
            }
        },
        "stop_subtitle": {
            "description": "\u6682\u505c\u64ad\u653e\u5b57\u5e55",
            "suggested_key": {
                "default": "Alt+S"
            }
        },
        "hide_pane": {
            "description": "\u9690\u85cf\u5b57\u5e55\u7a97\u53e3",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/*",
                "setting.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/fanyi-fanyi.newtranx.com\/*",
            "https:\/\/www.wozhiceshi.shop\/*",
            "https:\/\/www.mossvox.com\/*",
            "https:\/\/mossvox.newtranx.com\/*",
            "https:\/\/mossvox.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "app\/subtitlePane.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "tabCapture",
        "downloads",
        "cookies"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "setting.html",
    "default_locale": "en"
}
© 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