momo English

momo English

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

Merlin
Additional files are visible only to premium users

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": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {}
}