Subtitle Google Translate (Lynda,LinkedIn,..)

Subtitle Google Translate (Lynda,LinkedIn,..)

Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Subtitle Google Translate (Lynda,LinkedIn,..)",
  "short_name": "Subtitle Translator",
  "description": "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc",
  "version": "0.4.3",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "author": "Yousif Shanshel",
  "content_scripts": [
    {
      "matches": [
        "https://www.lynda.com/*",
        "https://www.linkedin.com/*"
      ],
      "js": [
        "content.js",
        "jquery.js"
      ]
    }
  ]
}