WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Voice to Voice Translator for Coursera — Unlimited AI Dubbing

Voice to Voice Translator for Coursera — Unlimited AI Dubbing

View on Chrome Web Store
View Voice to Voice Translator for Coursera — Unlimited AI Dubbing Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (4 ratings)
9 views
This extension has been viewed 9 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 Coursera courses — no minute caps, no monthly fees. Stop reading subtitles, start listening.
Type
Extension
Users
192 users
7
My little Indie Studio
View author page of My little Indie Studio
Published
Published on January 13, 2026
Version 1.6.3
Manifest version
3
Updated
Updated on March 2, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Voice to Voice Translator for Coursera — Unlimited AI 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": "1.6.3",
    "description": "__MSG_extShortDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "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:\/\/*.coursera.org\/*",
        "https:\/\/*.coursera-apps.org\/*",
        "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": "coursera_dubber_16.png",
            "48": "coursera_dubber_48.png",
            "128": "coursera_dubber_128.png"
        }
    },
    "icons": {
        "16": "coursera_dubber_16.png",
        "48": "coursera_dubber_48.png",
        "128": "coursera_dubber_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.coursera.org\/*"
            ],
            "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": "Voice to Voice Translator for Coursera - AI Video Translator"
}
© 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