WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
NewTranx Subtitler - Real-time voice recognition and AI translation

NewTranx Subtitler - Real-time voice recognition and AI translation

View on Chrome Web Store
View NewTranx Subtitler - Real-time voice recognition and AI translation Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (114 ratings)
1 new ratings
25 views
This extension has been viewed 25 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.

Learn while watching overseas play series with the help of NewTranx Subtitler — a browser-based subtitle translation tool.
Type
Extension
Users
30,000 users
10K
Website newtranx.com
新译科技
View author page of 新译科技
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 21, 2023
Version 1.8.6.0
Manifest version
3
Updated
Updated on June 6, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View NewTranx Subtitler - Real-time voice recognition and AI translation 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.8.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+M"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "setting.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/fanyi-fanyi.newtranx.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/toolbar.js"
            ],
            "css": [
                "styles\/toolbar.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "tabCapture",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "setting.html",
    "default_locale": "zh_CN"
}
© 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