WebExtension.net
Toggle dark mode
WebExtension.net

YouTube翻過去

View on Chrome Web Store
View YouTube翻過去 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
10 views
This extension has been viewed 10 times

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

同步翻譯與口譯YouTube影片
Type
Extension
Users
3,000 users
1K
kevin5251984
View author page of kevin5251984
Published
Published on February 3, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on February 19, 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": "__MSG_appTitle__",
    "default_locale": "zh_TW",
    "version": "1.1.0",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "side_panel": {
        "default_path": "dist\/index.html"
    },
    "action": {
        "default_title": "YouTube\u5b57\u5e55\u7ffb\u8b6f",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js",
                "content-locale.js",
                "dist\/popup_build.js"
            ],
            "css": [
                "content-styles.css",
                "dist\/popup_build.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/content-styles.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 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