Subtitle Google Translate (Lynda,LinkedIn,..)
Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc
What is Subtitle Google Translate (Lynda,LinkedIn,..)?
Subtitle Google Translate (Lynda,LinkedIn,..) is a Chrome extension developed by Yousif Shanshel, and its main feature is "Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc".
Extension Screenshots
Download Subtitle Google Translate (Lynda,LinkedIn,..) Extension CRX File
Download Subtitle Google Translate (Lynda,LinkedIn,..) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extensions, Fix Google Translate for (Subtitle) for any videos in popular websites like "Lynda, LinkedIn Learning" If You Like to add support to another website, please leave the link in comments - Ver 0.4: * Add Support to fullscreen page subtitle * Fix Issue with LinkedIn Website, it was "Can't Navigate After Translate" - Ver 0.3: Fix Lynda Translate subtitle wasn't working correctly - Ver 0.2: Now It's Also Support linkedin Learning
Extension Basic Information
Name | Subtitle Google Translate (Lynda,LinkedIn,..) |
ID | gliplldjplmfocfpkbpmaikmeiildjel |
Official URL | https://chromewebstore.google.com/detail/subtitle-google-translate/gliplldjplmfocfpkbpmaikmeiildjel |
Description | Video Subtitle Google Translate for Popular Website Like Lynda, LinkedIn, etc |
File Size | 39.04 KB |
Installation Count | 1,593 |
Current Version | 0.4.3 |
Last Updated | 2018-04-02 |
Publish Date | 2018-04-02 |
Rating | 2.56/5 Total 16 Ratings |
Developer | Yousif Shanshel |
[email protected] | |
Payment Type | free |
Supported Languages | en |
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" ] } ] } |