WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video Translator for Udemy — Unlimited AI Voice Dubbing

Video Translator for Udemy — Unlimited AI Voice Dubbing

View on Chrome Web Store
View Video Translator for Udemy — Unlimited AI Voice Dubbing Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (25 ratings)
1 new ratings
15 views
This extension has been viewed 15 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.

Unlimited AI voice dubbing for Udemy courses — no minute caps, no monthly fees. Stop reading subtitles, start listening.
Type
Extension
Users
997 users
25
My little Indie Studio
View author page of My little Indie Studio
Published
Published on November 26, 2025
Version 2.2.3
Manifest version
3
Updated
Updated on March 2, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Video Translator for Udemy — Unlimited AI Voice 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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "2.2.3",
    "description": "__MSG_extShortDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabCapture",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "notifications",
        "offscreen",
        "declarativeNetRequestWithHostAccess"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "edge-tts-origin",
                "enabled": true,
                "path": "rules\/edge-tts.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*.udemy.com\/*",
        "https:\/\/*.udemycdn.com\/*",
        "https:\/\/*.cloudfront.net\/*",
        "https:\/\/*.akamaized.net\/*",
        "https:\/\/*.akamai.net\/*",
        "https:\/\/*.fastly.net\/*",
        "https:\/\/*.udubber.com\/*",
        "https:\/\/translate.googleapis.com\/*",
        "https:\/\/translate.google.com\/*",
        "https:\/\/tts.sooduspoint.ee\/*",
        "https:\/\/tts.products.ee\/*",
        "https:\/\/openrouter.ai\/*",
        "https:\/\/api.openai.com\/*",
        "https:\/\/api.anthropic.com\/*",
        "https:\/\/generativelanguage.googleapis.com\/*",
        "https:\/\/api.deepseek.com\/*",
        "https:\/\/dashscope.aliyuncs.com\/*",
        "https:\/\/mylittleindiestudio.com\/*",
        "https:\/\/huggingface.co\/*",
        "https:\/\/*.huggingface.co\/*",
        "https:\/\/cdn.jsdelivr.net\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "ai_duber_icon_16.png",
            "48": "ai_duber_icon_48.png",
            "128": "ai_duber_icon_128.png"
        }
    },
    "icons": {
        "16": "ai_duber_icon_16.png",
        "48": "ai_duber_icon_48.png",
        "128": "ai_duber_icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.udemy.com\/course\/*"
            ],
            "js": [
                "content-loader.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self'"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content.js",
                "ort-wasm\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "offscreen.html",
                "offscreen.js",
                "localTtsWorker.js",
                "parsingWorker.js",
                "ffmpeg\/*",
                "ffmpeg-core.js",
                "ffmpeg-core.wasm",
                "piper\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "author": "Video Translator for Udemy"
}
© 2026 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