WebExtension.net
Toggle dark mode
WebExtension.net

Fast Translation - Video | YouTube

View on Chrome Web Store
View Fast Translation - Video | YouTube Chrome Extension on Chrome Web Store
Add to bookmarks
3.2 (15 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Video bilingual subtitle, supporting multiple platforms such as YouTube and Netflix
Type
Extension
Users
3,000 users
轻主页
View author page of 轻主页
Published
Published on November 12, 2022
Version 1.1.5.1
Manifest version
3
Updated
Updated on December 23, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Fast Translation - Video | YouTube 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",
    "manifest_version": 3,
    "name": "__MSG_extName2__",
    "description": "__MSG_extDesc__",
    "version": "1.1.5.1",
    "incognito": "spanning",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "alarms",
        "activeTab",
        "downloads",
        "cookies"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+H"
            }
        },
        "page-translate-or-revert": {
            "description": "__MSG_webpageTranslate__",
            "suggested_key": {
                "default": "Alt+T"
            }
        },
        "translate": {
            "description": "__MSG_quickTranslate__",
            "suggested_key": {
                "default": "Alt+R"
            }
        },
        "ocr-translate": {
            "description": "__MSG_webScreenshotTranslate__",
            "suggested_key": {
                "default": "Alt+G"
            }
        },
        "hover-slt-word": {
            "description": "__MSG_hoverSltWord__"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/cs-external.css",
                "css\/translate-theme.css"
            ],
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content-start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/**",
                "assets\/**",
                "js\/video-captions\/**"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "default_locale": "en"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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