Coursera Multiple Subtitles
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
What is Coursera Multiple Subtitles?
Coursera Multiple Subtitles is a Chrome extension developed by tomoya.kaw, and its main feature is "show multiple subtitles at the same time while watching Coursera https://www.coursera.org".
Extension Screenshots
Download Coursera Multiple Subtitles Extension CRX File
Download Coursera Multiple Subtitles 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
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Extension Basic Information
Name | Coursera Multiple Subtitles |
ID | docpeacmdmpmhhnaignlcbmkkfdofmgi |
Official URL | https://chromewebstore.google.com/detail/coursera-multiple-subtitl/docpeacmdmpmhhnaignlcbmkkfdofmgi |
Description | show multiple subtitles at the same time while watching Coursera https://www.coursera.org |
File Size | 15.97 KB |
Installation Count | 107 |
Current Version | 0.0.2 |
Last Updated | 2021-05-12 |
Publish Date | 2021-05-08 |
Rating | 2.33/5 Total 3 Ratings |
Developer | tomoya.kaw |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coursera Multiple Subtitles", "manifest_version": 2, "version": "0.0.2", "browser_action": { "default_title": "Coursera Multiple Subtitles", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/www.coursera.org\/*" ] } ] } |