WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Subtube - Dual Subtitles for YouTube

Subtube - Dual Subtitles for YouTube

View on Chrome Web Store
View Subtube - Dual Subtitles for YouTube Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (1 ratings)
12 views
This extension has been viewed 12 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.

Display dual subtitles. Different languages, translated, auto-generated
Type
Extension
Users
370 users
2
Website edu.elang.app
English In Games (mobile apps eLang.app)
View author page of English In Games (mobile apps eLang.app)
Published
Published on March 27, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on March 27, 2024
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Subtube - Dual Subtitles for 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_manifest_name__",
    "version": "1.0.0",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "background"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png",
        "256": "icon-256.png",
        "512": "icon-512.png",
        "1024": "icon-1024.png"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/m.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/pages\/contentUI\/index.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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