IMTLazarusv9

IMTLazarus's remote filtering agent.

IMTLazarusv9とは何ですか?

IMTLazarusv9はIMTCloudによって開発されたChromeの拡張機能で、その主な機能は「IMTLazarus's remote filtering agent.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 IMTLazarusv9 IMTLazarusv9
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
Eメール [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": [
        "",
        "webRequest",
        "webRequestBlocking",
        "identity",
        "identity.email",
        "storage",
        "geolocation",
        "notifications",
        "management",
        "browsingData",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}