IMTLazarusv16

IMTLazarusv16

IMTLazarus's remote filtering agent.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "IMTCloud",
  "description": "IMTLazarus's remote filtering agent.",
  "short_name": "IMTLazarusv16",
  "background": {
    "page": "bckgrnd.html",
    "persistent": true
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "nsfw/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://*.sketchup.com/*",
        "*://*.science-bits.com/*",
        "*://www.google.com/*",
        "*://www.google.es/*",
        "*://www.google.cat/*",
        "*://www.google.at/*",
        "*://www.google.com.uk/*",
        "*://*.canva.com/*",
        "*://bookcreator.com/*",
        "*://*.mblock.cc/*",
        "*://*.blooket.com/*",
        "*://*.testwise.com/*",
        "*://photos.google.com/*",
        "*://*.edebe.com/*",
        "*://*.supertics.com/*",
        "*://*.edelvivesdigitalplus.com/*",
        "*://*.smaprendizaje.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "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/content.css"
      ],
      "js": [
        "js/content_yt_aa.js"
      ],
      "matches": [
        "https://*.youtube.com/*",
        "https://*.youtube-nocookie.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "css": [
        "css/google_meet.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content_meet.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/jq360min.js",
        "js/content_gm.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/microsoft_teams.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content_teams.js"
      ],
      "matches": [
        "https://teams.microsoft.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/jq360min.js",
        "js/content_webcamera.js"
      ],
      "matches": [
        "https://webcamera.io/*"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/mc.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/content_mc.js"
      ],
      "matches": [
        "https://*.imtlazarus.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "css": [
        "css/imtcss.css",
        "css/school_release.css"
      ],
      "js": [
        "js/jq360min.js",
        "js/imtjs.js",
        "js/content_school_release.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "http://*/",
        "https://*/"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/doodle.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "http://*/",
        "https://*/"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "js/jq360min.js",
        "js/content_do.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "http://*/",
        "https://*/"
      ],
      "exclude_matches": [
        "*://mail.google.com/*"
      ]
    },
    {
      "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*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/jq360min.js",
        "js/iw.js"
      ],
      "matches": [
        "https://*.canva.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/jq360min.js",
        "js/content_se_img.js"
      ],
      "matches": [
        "https://*.bunis.org/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/leblhchmadnpblmnbmdllenjdpbldifn",
  "manifest_version": 2,
  "name": "IMTLazarusv16",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "identity",
    "identity.email",
    "tabs",
    "storage",
    "geolocation",
    "notifications",
    "management",
    "browsingData",
    "webNavigation",
    "unlimitedStorage",
    "system.cpu",
    "system.memory",
    "wallpaper"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "16.103.15",
  "web_accessible_resources": [
    "models/*",
    "images/*",
    "js/unhook-yt-aa.js"
  ],
  "commands": {
    "SH": {
      "description": "Command Help",
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "Command+Shift+H"
      }
    },
    "SK": {
      "description": "Command Help",
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      }
    },
    "S7": {
      "description": "Command Help",
      "suggested_key": {
        "default": "Ctrl+Shift+7",
        "mac": "Command+Shift+7"
      }
    },
    "S9": {
      "description": "Command Help",
      "suggested_key": {
        "default": "Ctrl+Shift+9",
        "mac": "Command+Shift+9"
      }
    }
  }
}