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.

Cos'è Canvas Incognito | Disable Action log?

Canvas Incognito | Disable Action log è un'estensione di Chrome sviluppata da Sten, e la sua funzione principale è "Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Canvas Incognito | Disable Action log

Scarica i file di estensione Canvas Incognito | Disable Action log in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Canvas Incognito | Disable Action log Canvas Incognito | Disable Action log
ID fnfmeoadhooonchcgfhecpncionabfgg
URL Ufficiale https://chromewebstore.google.com/detail/canvas-incognito-disable/fnfmeoadhooonchcgfhecpncionabfgg
Descrizione Extension to turn off the Page Visibility API on Canvas Quizzes. Teachers action log won't show you left the tab.
Dimensione del File 346 KB
Conteggio Installazioni 180
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-05-28
Data di Pubblicazione 2023-05-28
Sviluppatore Sten
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}