WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Youtube 字幕天使

Youtube 字幕天使

View on Chrome Web Store
View Youtube 字幕天使 Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (7 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

为 YouTube 提供双语字幕、字幕时间线和 AI 总结等功能
Type
Extension
Users
218 users
5
Ryan Kan
View author page of Ryan Kan
Published
Published on December 24, 2024
Version 2.1.1
Manifest version
3
Updated
Updated on June 25, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View 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": "Youtube \u5b57\u5e55\u5929\u4f7f",
    "description": "\u4e3a YouTube \u63d0\u4f9b\u53cc\u8bed\u5b57\u5e55\u3001\u5b57\u5e55\u65f6\u95f4\u7ebf\u548c AI \u603b\u7ed3\u7b49\u529f\u80fd",
    "version": "2.1.1",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected-sender.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "resources": [
                "content-scripts\/content.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "commands": {
        "0_toggleSourceSubtitle": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "\u542f\u7528\/\u7981\u7528\u6e90\u5b57\u5e55"
        },
        "1_toggleTargetSubtitle": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "\u542f\u7528\/\u7981\u7528\u76ee\u6807\u5b57\u5e55"
        },
        "2_swapSubtitlesPosition": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "\u4e92\u6362\u53cc\u8bed\u5b57\u5e55\u4f4d\u7f6e"
        },
        "3_toggleTimeline": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "\u542f\u7528\/\u7981\u7528\u5b57\u5e55\u65f6\u95f4\u7ebf"
        },
        "4_moveSubtitleUp": {
            "description": "\u4e0a\u79fb\u53cc\u8bed\u5b57\u5e55"
        },
        "5_moveSubtitleDown": {
            "description": "\u4e0b\u79fb\u53cc\u8bed\u5b57\u5e55"
        },
        "6_increaseSubtitleFontsize": {
            "description": "\u589e\u5927\u53cc\u8bed\u5b57\u5e55\u5b57\u4f53\u5927\u5c0f"
        },
        "7_reduceSubtitleFontsize": {
            "description": "\u51cf\u5c11\u53cc\u8bed\u5b57\u5e55\u5b57\u4f53\u5927\u5c0f"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "YouTube Subtitle Angel",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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