Better coursera subtitle
Make Coursera's subtitles more readable
What is Better coursera subtitle?
Better coursera subtitle is a Chrome extension developed by y-shi, and its main feature is "Make Coursera's subtitles more readable".
Extension Screenshots
Download Better coursera subtitle Extension CRX File
Download Better coursera subtitle 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
・We recommend turning off the original subtitles for a better experience ・You can switch the language of the subtitles by switching the language of the Transcript ・Please refresh the page if it is not displayed properly
Extension Basic Information
Name | Better coursera subtitle |
ID | kdelmehlimamoooiopndgiljbooninlf |
Official URL | https://chromewebstore.google.com/detail/better-coursera-subtitle/kdelmehlimamoooiopndgiljbooninlf |
Description | Make Coursera's subtitles more readable |
File Size | 13.18 KB |
Installation Count | 66 |
Current Version | 1.2 |
Last Updated | 2022-06-15 |
Publish Date | 2022-06-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | y-shi |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ja", "version": "1.2", "manifest_version": 3, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.coursera.org\/*\/lecture\/*" ], "js": [ "js\/coursera-subtitle.js" ] } ] } |