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.

Qu'est-ce que Canvas Incognito | Disable Action log ?

Canvas Incognito | Disable Action log est une extension Chrome développée par Sten, et sa fonction principale est "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Canvas Incognito | Disable Action log

Téléchargez les fichiers d'extension Canvas Incognito | Disable Action log au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Canvas Incognito | Disable Action log Canvas Incognito | Disable Action log
ID fnfmeoadhooonchcgfhecpncionabfgg
URL Officiel https://chromewebstore.google.com/detail/canvas-incognito-disable/fnfmeoadhooonchcgfhecpncionabfgg
Description Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.
Taille du Fichier 346 KB
Nombre d'Installations 180
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-05-28
Date de Publication 2023-05-28
Développeur Sten
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}