IMTLazarusv9
IMTLazarus's remote filtering agent.
什么是IMTLazarusv9?
IMTLazarusv9是由IMTCloud开发的Chrome扩展程序,该扩展的主要功能是“IMTLazarus's remote filtering agent.”。
扩展截图
下载IMTLazarusv9扩展crx文件
下载IMTLazarusv9扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for parental management through the IMTLazarus platform (designed for schools, peace of mind for families). Parental Control, Web Filter & Youtube Filtering extension for Chrome & Chromebooks. Offered by IMTCloud - www.imtlazarus.com Main features of the extension are: - Web filtering across categories including pornography, adult, security and malware. - Youtube filtering. - Content filtering. - Black/White List. - Camera hidden (Google Meet). - Notification on Chromebook. - Screen Lock. - Protects in blinklearning the non-introduction of html code in the exercise boxes, preventing students from bypassing security, accessing online games (not allowed at school or by families). Download it and internet filtering on any chrome based browser or any chromebook. The extension will show a blocking panel if the web pages are not valid in the school or even establish a total blocking when required.
扩展基本信息
名称 | |
ID | gdieoelmccpnnibeajgcchmhlnjgjhef |
官方URL | https://chrome.google.com/webstore/detail/imtlazarusv9/gdieoelmccpnnibeajgcchmhlnjgjhef |
简介 | IMTLazarus's remote filtering agent. |
文件大小 | 467 KB |
安装次数 | 3,297 |
当前版本 | 20.0 |
更新时间 | 2022-01-14 |
上架时间 | 2020-08-27 |
评分 | 1.10/5 共50次评分 |
开发者 | IMTCloud |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.imtlazarus.com/es/politica-de-privacidad |
支持的语言 | es |
manifest.json | |
{ "manifest_version": 2, "name": "IMTLazarusv9", "version": "20.0", "short_name": "IMTLazarusv9", "author": "IMTCloud", "description": "IMTLazarus's remote filtering agent.", "background": { "page": "background.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/youtube.css" ], "js": [ "js\/jq360min.js", "js\/content.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, "js": [ "js\/jq360min.js", "js\/content_do.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "all_frames": true, "js": [ "js\/content_bl.js" ], "matches": [ "https:\/\/www.blinklearning.com\/*" ] } ], "permissions": [ " |