Easy Learn Word - Learn English With Youtube

Easy Learn Word - Learn English With Youtube

Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy Learn Word - Learn English With Youtube",
  "version": "1.8",
  "description": "Easy Learn Word - Language Learning with Netflix & YouTube - Support Anki",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "./icon/e-icon.png",
    "48": "./icon/32-e.png",
    "128": "./icon/128-e-icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.json"
      ],
      "matches": [
        "https://*/*"
      ],
      "use_dynamic_url": true
    }
  ]
}