momo English

momo eXtension is a free learning tool for English learners. The best way to learn English is to immerse yourself in momo!

momo English क्या है?

momo English momo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "momo eXtension is a free learning tool for English learners. The best way to learn English is to immerse yourself in momo!"।

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

screenshot
screenshot

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

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

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

                        momo eXtension provides word hints, one-sentence loops, and native language translations to help English learners better understand the content of the videos.

You can click to hide hints and words you have already mastered, gradually getting rid of the dependence on subtitles and eventually relying entirely on yourself to understand the video.

• All videos are captioned 

Watch endless amount of videos customized specifically for you. All videos are captioned to ensure they are understandable.  

•  Words Hints

New words automatically show native language hints by clicking to hide the hints.

•  Sentence Loop

Sentences that you can't understand at one time are provided with a single sentence loop, showing native translation and full subtitles at the top, so you can fully understand each sentence easily.

• CC hide

By clicking to hide the words you can understand, you can gradually get rid of the dependence on subtitles and quickly improve your English listening.

• Track your Progress

Record total, known, and mastered words. Display statistics and add more records in the future to help you track your progress.

•  Watch any video on YouTube

The embedded webpage allows you to watch all videos on YouTube, use YouTube's powerful features, and use all the features of momo.                    

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

नाम momo English momo English
ID cnkacfmmoebmbbkhgndnkpfhfiamgkjk
आधिकारिक URL https://chromewebstore.google.com/detail/momo-english/cnkacfmmoebmbbkhgndnkpfhfiamgkjk
विवरण momo eXtension is a free learning tool for English learners. The best way to learn English is to immerse yourself in momo!
फ़ाइल का आकार 1.19 MB
स्थापना संख्या 137
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-10-13
प्रकाशन तिथि 2021-09-30
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर momo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://momo.im
गोपनीयता नीति पृष्ठ URL https://momo.im/privacy_policy
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 3,
    "name": "momo English",
    "homepage_url": "https:\/\/momo.im",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "momo eXtension is a free learning tool for English learners. The best way to learn English is to immerse yourself in momo!",
    "author": "momo",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "96": "images\/96.png",
        "128": "images\/128.png",
        "256": "images\/256.png",
        "512": "images\/512.png",
        "1024": "images\/1024.png"
    },
    "action": {
        "default_title": "momo English",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "19": "images\/19.png",
            "32": "images\/32.png",
            "38": "images\/38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.momo.im\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*"
            ],
            "js": [
                "video.js"
            ],
            "css": [],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "minimum_chrome_version": "88.0.0.0",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.momo.im\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web.js",
                "images\/48.png",
                "account.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": []
}