Iago - Learn Japanese through TV

Immerse in your favorite TV shows and videos with Iago! Starting with Japanese!

Iago - Learn Japanese through TV क्या है?

Iago - Learn Japanese through TV https://getiago.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Immerse in your favorite TV shows and videos with Iago! Starting with Japanese!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sign up to not only continue watching the videos you already love watching but learn with some real world examples at the same time. 

➤  Supported on Netflix, YouTube, Disney+ (and more coming soon...) 

➤  Watch, Review, Recall all in the same platform
We’ll do the flashcard making so you don’t have to! Iago automatically keeps track of the words / grammar you’ve seen and has built custom spaced-repetition quizzes for you to recall the content you’ve seen so far.

➤  The only platform that tracks grammar
We believe grammar is just as important as vocabulary — especially how easy it is to forget part of the structure. Iago tracks and will display grammar on the content you’re watching. 

➤  Keep track of your progress globally
Progress isn’t bound to a list or deck anymore, Iago keeps track of your progress per word / grammar. 

⏎ Give Us Feedback
We’re continuously building so we’d love to hear from you live on what features you all want next! 

Join our Discord: https://discord.gg/cXvth3zCrn
Email Us: [email protected]

⚠ Your Privacy
Iago will only append subtitles and quizzes on top of your existing content. 
For more information, please check our Privacy Policy https://coda.io/@iago/iago-help-center/privacy-policy-7                    

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

नाम Iago - Learn Japanese through TV Iago - Learn Japanese through TV
ID idpifncfikefjiopoiagefcmcibmglpe
आधिकारिक URL https://chromewebstore.google.com/detail/iago-learn-japanese-throu/idpifncfikefjiopoiagefcmcibmglpe
विवरण Immerse in your favorite TV shows and videos with Iago! Starting with Japanese!
फ़ाइल का आकार 5.8 MB
स्थापना संख्या 13,397
वर्तमान संस्करण 2023.47.0
अंतिम अपडेट 2023-11-23
प्रकाशन तिथि 2022-08-01
रेटिंग 4.79/5 कुल 39 रेटिंग्स
डेवलपर https://getiago.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getiago.com
सहायता पृष्ठ URL https://coda.io/@iago/iago-help-center
गोपनीयता नीति पृष्ठ URL https://coda.io/@iago/iago-help-center/privacy-policy-7
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Iago - Learn Japanese through TV",
    "version": "2023.47.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkoDn6urssg3aGTHzZKPSNgShe67gBKaQYwAMz7KvihN7clahC0y4cvn0gY9fwd8eJPYxFlDIGyHwqbiuSFW3zhqFgZ2HXIdle8ykBmWl2rKBFI9T3uaBPd4\/0Zj55yIVio3Q7I7gJqdMPl2VRMXcUtdkO95gQvqTa23GAvWPT\/qYjaj0EYtvvdrelqOkqcXbySWRF7O3nzHBwvN+KaoZSQ6qpV2Wz3SdREv5N0heDl5VjkvvQmEEEw5kEIPU3ioxypr9pRKXe8lTDdvg1xk9ci5sbgL8oQCQQQYSOTccY9vp+54sVZZYNHHl5JM5PO7dwbL177dohTm9\/w6EW9coMwIDAQAB",
    "action": {
        "default_title": "Iago - Learn Japanese through subtitles",
        "default_popup": "popup.html"
    },
    "description": "Immerse in your favorite TV shows and videos with Iago! Starting with Japanese!",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "dist\/youtube-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "dist\/disneyplus-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "dist\/netflix-content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webRequest",
        "storage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/localhost\/*",
        "https:\/\/*.getiago.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/*.disneyplus.com\/*",
        "https:\/\/*.media.dssott.com\/ps01\/disney*.vtt",
        "https:\/\/*.netflix.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/fonts\/*",
                "dist\/img\/*",
                "dist\/sounds\/*"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.disneyplus.com\/*",
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.getiago.com\/*"
        ]
    }
}