Captioner
Get subtitles/captions for any video/audio being played.
What is Captioner?
Captioner is a Chrome extension developed by patil.gajananps, and its main feature is "Get subtitles/captions for any video/audio being played.".
Extension Screenshots
Download Captioner Extension CRX File
Download Captioner 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
Displays subtitles for system/app/tab's audio on active tab. Uses Deepgram's transcription service. For more information :- https://github.com/gajananpp/captioner
Extension Basic Information
Name | Captioner |
ID | gjcdikfmiodlggkpnllcjbffjfbhfnnn |
Official URL | https://chromewebstore.google.com/detail/captioner/gjcdikfmiodlggkpnllcjbffjfbhfnnn |
Description | Get subtitles/captions for any video/audio being played. |
File Size | 231 KB |
Installation Count | 193 |
Current Version | 0.0.1 |
Last Updated | 2022-04-05 |
Publish Date | 2022-04-05 |
Developer | patil.gajananps |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gajananpp/captioner |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Captioner", "version": "0.0.1", "description": "Get subtitles\/captions for any video\/audio being played.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "action.html" }, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png", "256": "logo.png" }, "permissions": [ "activeTab", "scripting" ] } |