IMTLazarusV20

IMTLazarusV20

IMTLazarusV16 reimplemented on Manifest V3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IMTLazarusV20",
  "description": "IMTLazarusV16 reimplemented on Manifest V3",
  "version": "20.6",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "webRequest",
    "webRequestBlocking",
    "identity",
    "identity.email",
    "tabs",
    "storage",
    "webNavigation",
    "unlimitedStorage",
    "system.cpu",
    "system.memory"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/icon16.png",
      "32": "/images/icon32.png",
      "48": "/images/icon48.png",
      "128": "/images/icon128.png"
    }
  },
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/youtube.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content_yt.js"
      ],
      "matches": [
        "http://*.youtube.com/*",
        "https://*.youtube.com/*"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/google_meet.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content_meet.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/mc.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content_mc.js"
      ],
      "matches": [
        "https://*.imtlazarus.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/jq360min.js",
        "js/content_do.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/content_bl.js"
      ],
      "matches": [
        "https://www.blinklearning.com/*"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/gg.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content_gg.js"
      ],
      "matches": [
        "https://www.geogebra.org/notes*"
      ]
    }
  ],
  "options_page": "options.html",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "commands": {
    "SH": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "Command+Shift+H"
      },
      "description": "Command Help Step"
    },
    "SK": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Command Help Step"
    },
    "S7": {
      "suggested_key": {
        "default": "Ctrl+Shift+7",
        "mac": "Command+Shift+7"
      },
      "description": "Command Help Step"
    },
    "S9": {
      "suggested_key": {
        "default": "Ctrl+Shift+9",
        "mac": "Command+Shift+9"
      },
      "description": "Command Help Step"
    }
  }
}