Glibzter Immersive

Glibzter Immersive

Expand your English vocabulary while watching videos and reading online articles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Glibzter Immersive",
  "description": "Expand your English vocabulary while watching videos and reading online articles",
  "version": "1.0",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "identity",
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "https://immersive.glibzter.com/*",
    "https://accounts.google.com/"
  ],
  "icons": {
    "16": "Icons/Icons_16.png",
    "32": "Icons/Icons_32.png",
    "48": "Icons/Icons_48.png",
    "128": "Icons/Icons_128.png"
  },
  "action": {
    "default_icon": {
      "16": "Icons/Icons_16.png",
      "32": "Icons/Icons_32.png",
      "48": "Icons/Icons_48.png",
      "128": "Icons/Icons_128.png"
    },
    "default_popup": "popup.html"
  },
  "oauth2": {
    "client_id": "44943751828-ugcq2urcaa4glpjbn32d4ugnrdnkh22j.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "openid"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "ContentScripts/youtube.js"
      ]
    },
    {
      "matches": [
        "*://www.msn.com/en-in/*"
      ],
      "js": [
        "ContentScripts/msn.js"
      ]
    },
    {
      "matches": [
        "*://scroll.in/*"
      ],
      "js": [
        "ContentScripts/scroll.js"
      ]
    },
    {
      "matches": [
        "*://timesofindia.indiatimes.com/*"
      ],
      "js": [
        "ContentScripts/toi.js"
      ]
    },
    {
      "matches": [
        "*://www.netflix.com/*"
      ],
      "js": [
        "ContentScripts/netflix.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}