WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Udemy subtitles translator

Udemy subtitles translator

View on Chrome Web Store
View Udemy subtitles translator Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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.

Activate this extension to easily translate and sync Udemy subtitles into any language with adjustable timing
Type
Extension
Users
230 users
1
Popup Blocker
View author page of Popup Blocker
Published
Published on September 4, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on September 4, 2024
productivity/education
Extension Category
View on Chrome Web Store
View Udemy subtitles translator 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": "Udemy subtitles translator",
    "version": "1.0.0",
    "description": "Activate this extension to easily translate and sync Udemy subtitles into any language with adjustable timing",
    "action": {
        "default_title": "Udemy subtitles translator",
        "default_icon": {
            "32": "Icon 32.png",
            "48": "Icon 48.png",
            "128": "Icon 64.png"
        }
    },
    "icons": {
        "48": "Icon 48.png",
        "64": "Icon 128.png",
        "128": "Icon 2000.png"
    },
    "host_permissions": [
        "https:\/\/www.udemy.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.udemy.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "activeTab"
    ]
}
© 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