Viduu
Viduu is an AI language teacher that augments your foreign language video surfing.
What is Viduu?
Viduu is a Chrome extension developed by c.krettler, and its main feature is "Viduu is an AI language teacher that augments your foreign language video surfing.".
Extension Screenshots
Download Viduu Extension CRX File
Download Viduu 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
Viduu is an AI language teacher that augments your foreign language video surfing. It classifies videos you’re watching to suit your level and asks you questions based on the content, all by itself! Viduu is the world's first language learning application that provides users with novel questions curated to their specific comprehension level, all based on content they choose. By using AI as a librarian and teacher, we're able to turn any content with text or subtitles into a language lesson.
Extension Basic Information
Name | Viduu |
ID | bkaoefenlgmfgklppcamkncpeoapggoa |
Official URL | https://chromewebstore.google.com/detail/viduu/bkaoefenlgmfgklppcamkncpeoapggoa |
Description | Viduu is an AI language teacher that augments your foreign language video surfing. |
File Size | 40.48 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2023-01-02 |
Publish Date | 2023-01-01 |
Developer | c.krettler |
[email protected] | |
Payment Type | free |
Extension Website | https://viduu.ai |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viduu", "description": "Viduu is an AI language teacher that augments your foreign language video surfing.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "action": { "default_icon": { "16": "\/images\/Viduu.png", "32": "\/images\/Viduu.png", "48": "\/images\/Viduu.png", "128": "\/images\/Viduu.png" } }, "icons": { "16": "\/images\/Viduu.png", "32": "\/images\/Viduu.png", "48": "\/images\/Viduu.png", "128": "\/images\/Viduu.png" } } |