Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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"
}