Surf Learning - Open Beta

Surf Learning - Open Beta

Select your native language from extension configuration and start to learn language with the content you surf on youtube

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Surf Learning - Open Beta",
  "description": "Select your native language from extension configuration and start to learn language with the content you surf on youtube",
  "version": "0.0.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "webRequest"
  ],
  "host_permissions": [
    "https://www.youtube.com/api/",
    "https://clients5.google.com/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/16x16.png",
      "32": "/images/32x32.png",
      "48": "/images/48x48.png",
      "128": "/images/128x128.png"
    }
  },
  "icons": {
    "16": "/images/16x16.png",
    "32": "/images/32x32.png",
    "48": "/images/48x48.png",
    "128": "/images/128x128.png"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "options.js",
        "options.css",
        "popup.js",
        "optionsFrame.css",
        "optionsFrame.html",
        "images/trPop.png",
        "images/back1080.png",
        "images/500x500.png",
        "external/bootstrap.bundle.min.js"
      ],
      "use_dynamic_url": true,
      "matches": [
        "*://*/*"
      ]
    }
  ]
}