Canvas Incognito | Disable Action log

Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.

Что такое Canvas Incognito | Disable Action log?

Canvas Incognito | Disable Action log - это расширение Chrome, разработанное Sten, и его основная функция - "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Canvas Incognito | Disable Action log

Скачайте файлы расширений Canvas Incognito | Disable Action log в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Through the Action Log, teachers are able to see anytime the cursor moves away from the quiz tab, the browser is minimized, or the tab is changed.

This disables the window.addEventListener function that is called every time the visibility of the tab is changed.                    

Основная информация о расширении

Название Canvas Incognito | Disable Action log Canvas Incognito | Disable Action log
ID fnfmeoadhooonchcgfhecpncionabfgg
Официальный URL https://chromewebstore.google.com/detail/canvas-incognito-disable/fnfmeoadhooonchcgfhecpncionabfgg
Описание Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.
Размер файла 346 KB
Количество установок 180
Текущая Версия 1.2.0
Последнее Обновление 2023-05-28
Дата публикации 2023-05-28
Разработчик Sten
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sten Man",
    "content_scripts": [
        {
            "js": [
                "canvas.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.",
    "manifest_version": 3,
    "name": "Canvas Incognito | Disable Action log",
    "version": "1.2.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/canvas_incognito128.png",
        "default_title": "Canvas Incognito"
    },
    "icons": {
        "32": "images\/canvas_incognito32.png",
        "128": "images\/canvas_incognito128.png"
    }
}