Migaku - Legacy

Learn from Netflix, YouTube, local videos, any website, ebooks, and more. By language learners for language learners.

Migaku - Legacy क्या है?

Migaku - Legacy https://migaku.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn from Netflix, YouTube, local videos, any website, ebooks, and more. By language learners for language learners."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Migaku - Legacy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is the legacy version of the Migaku extension. A new version with new branding and more user-friendly design is available at:
https://chrome.google.com/webstore/detail/migaku-learn-languages/lkhiljgmbeecmljiogckofcalncmfnfo


🎥 Learn vocabulary naturally by watching Netflix and YouTube, or directly from local video files on your computer

📖 Read websites and ebooks. Import any webpage and save it to read later using our reader

💪 TRACK YOUR PROGRESS
Keep track of the number of words you really know

👂 NATIVE AUDIO
Play native audio while reading with one click

🚀 DICTIONARY LOOKUPS
Instant lookups for any word. Support for bilingual and monolingual dictionaries!

✨ INSTANT ANKI FLASHCARDS
Instantly create flashcards that include a screenshot and audio from the content you are watching, and automatically adds definitions.

🎯 REAL-WORLD VOCABULARY
See the frequency of any word at a glance

🤘 DUAL SUBTITLES
Have subtitles in your target language and your native language on screen at the same time

You can use Migaku with the following languages:
● Cantonese
● English
● French
● German
● Japanese
● Korean
● Mandarin
● Portuguese
● Spanish

Migaku can actually do A LOT MORE than just this, so be sure to check out our website, and the trailer above to see it in action.

Migaku requires an account to use. Sign up and give us a try for free at Migaku.com!                    

एक्सटेंशन की मूल जानकारी

नाम Migaku - Legacy Migaku - Legacy
ID acpchjgielgmkgkplljakcibfbjjppbk
आधिकारिक URL https://chromewebstore.google.com/detail/migaku-legacy/acpchjgielgmkgkplljakcibfbjjppbk
विवरण Learn from Netflix, YouTube, local videos, any website, ebooks, and more. By language learners for language learners.
फ़ाइल का आकार 330 MB
स्थापना संख्या 9,572
वर्तमान संस्करण 0.9.38.2
अंतिम अपडेट 2023-11-17
प्रकाशन तिथि 2022-02-25
रेटिंग 3.63/5 कुल 38 रेटिंग्स
डेवलपर https://migaku.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.migaku.io
सहायता पृष्ठ URL https://www.migaku.io/contact
गोपनीयता नीति पृष्ठ URL https://www.migaku.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Migaku - Legacy",
    "description": "Learn from Netflix, YouTube, local videos, any website, ebooks, and more. By language learners for language learners.",
    "version": "0.9.38.2",
    "manifest_version": 2,
    "icons": {
        "16": "imgs\/migakufavicon.png",
        "48": "imgs\/migakufavicon.png",
        "128": "imgs\/migakufavicon.png"
    },
    "background": {
        "scripts": [
            "core\/migaku-core.js",
            "core\/migaku-core-api-web.js",
            "ffmpeg\/ffmpeg.min.js",
            "ffmpeg\/ffmpeg-core.js",
            "background-bundle.js",
            "paginator-bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "imgs\/migakufavicon.png",
        "default_popup": "extensionMenu.html"
    },
    "permissions": [
        "tabs",
        "tabCapture",
        "storage",
        "activeTab",
        "downloads",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "unlimitedStorage",
        "",
        "file:\/\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "netflix-bundle.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/watch\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "run_at": "document_idle",
            "js": [
                "youtube-bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/animelon.com\/video\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "animelon-bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.viki.com\/videos\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "viki-bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "webpage-bundle.js"
            ],
            "run_at": "document_idle",
            "exclude_matches": [
                "https:\/\/www.netflix.com\/watch*",
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/animelon.com\/video\/*",
                "https:\/\/www.viki.com\/videos\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "support-bundle.js"
            ],
            "run_at": "document_idle",
            "exclude_matches": [
                "https:\/\/www.netflix.com\/watch*",
                "https:\/\/www.youtube.com\/watch*"
            ]
        }
    ],
    "web_accessible_resources": [
        "imgs\/*",
        "fonts\/*",
        "env\/*",
        "ffmpeg\/ffmpeg-core.js",
        "ffmpeg\/ffmpeg-core.wasm",
        "ffmpeg\/ffmpeg-core.worker.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.netflix.com\/*",
            "https:\/\/www.youtube.com\/watch*",
            "https:\/\/animelon.com\/video\/*",
            "https:\/\/www.viki.com\/videos\/*",
            "https:\/\/study.dev.migaku.io\/*",
            "https:\/\/study.dev.migaku.com\/*",
            "https:\/\/study.next.migaku.io\/*",
            "https:\/\/study.next.migaku.com\/*",
            "https:\/\/study.migaku.io\/*",
            "https:\/\/study.migaku.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}