WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
CCDub - YouTube Subtitle Translation and English Dubbing

CCDub - YouTube Subtitle Translation and English Dubbing

View on Chrome Web Store
View CCDub - YouTube Subtitle Translation and English Dubbing Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (260 ratings)
6 new ratings
1 views
This extension has been viewed 1 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.

Can't understand foreign videos? CCDub makes stars speak English instantly — pick your favorite voice too!
Type
Extension
Users
10,000 users
1K
jiay**************
View author page of jiay**************
Published
Published on July 26, 2020
Version 1.8.5
Manifest version
3
Updated
Updated on June 24, 2025
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View CCDub - YouTube Subtitle Translation and English Dubbing 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",
    "version": "1.8.5",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Dengrc",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.qhkly.com\/*"
    ],
    "action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "\/popup\/index.html#Settings"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "quick\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "studio\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/sharedConstants.js",
                "js\/sharedFunctions.js",
                "js\/xhook.min.js",
                "js\/injected.js",
                "js\/ytplayer.js",
                "images\/ccdub.png",
                "images\/unknown.png",
                "popup\/index.css",
                "popup\/bundle.js",
                "popup\/07ed6d5fa32c1d54af0f.ttf",
                "popup\/17a6e1aebccdbaa39e78.ttf",
                "popup\/bb8d5a145e22822103fb.woff2",
                "popup\/0f6cb412603527bda691.ttf",
                "popup\/6cfec8414be20e2c3426.woff2",
                "popup\/bc3722686635b5f86132.woff2",
                "popup\/0ff70dcbf135d859ebf3.ttf",
                "popup\/93f719f4d62bfa3e748c.woff2"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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