Subadub
Enhanced Netflix subtitles for foreign language study
What is Subadub?
Subadub is a Chrome extension developed by Russel Simmons, and its main feature is "Enhanced Netflix subtitles for foreign language study".
Extension Screenshots
Download Subadub Extension CRX File
Download Subadub 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
➤ Subtitles are displayed as selectable text, so you can copy+paste them to make flash cards and look up words in a dictionary (e.g. using the Yomichan or Rikaikun extensions for Japanese) ➤ Full subtitles for a video can be downloaded in SRT format for personal study/review
Extension Basic Information
Name | Subadub |
ID | jamiekdimmhnnemaaimmdahnahfmfdfk |
Official URL | https://chromewebstore.google.com/detail/subadub/jamiekdimmhnnemaaimmdahnahfmfdfk |
Description | Enhanced Netflix subtitles for foreign language study |
File Size | 14.99 KB |
Installation Count | 10,000 |
Current Version | 0.1.9 |
Last Updated | 2022-12-06 |
Publish Date | 2020-01-20 |
Rating | 4.35/5 Total 66 Ratings |
Developer | Russel Simmons |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Subadub", "description": "Enhanced Netflix subtitles for foreign language study", "version": "0.1.9", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "run_at": "document_end", "js": [ "content_script.js" ] } ] } |