Udemy Subtitle Translator with Custom Style

Udemy Subtitle Translator with Custom Style

Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "scripts/content.min.js"
      ],
      "matches": [
        "https://*.udemy.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners.",
  "icons": {
    "16": "images/icon-16x16.png",
    "32": "images/icon-32x32.png",
    "48": "images/icon-48x48.png"
  },
  "manifest_version": 2,
  "options_page": "options.html",
  "name": "Udemy Subtitle Translator with Custom Style",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2",
  "web_accessible_resources": [
    "options.html"
  ],
  "permissions": [
    "storage",
    "management",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.min.js"
    ],
    "persistent": false
  }
}