Canvas Blocker

Will Block Canvas from sending requests regarding tab switching

Cos'è Canvas Blocker?

Canvas Blocker è un'estensione di Chrome sviluppata da jaxomali, e la sua funzione principale è "Will Block Canvas from sending requests regarding tab switching".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Canvas Blocker

Scarica i file di estensione Canvas Blocker 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

                        This protects the students privacy.                    

Informazioni di Base sull'Estensione

Nome Canvas Blocker Canvas Blocker
ID hafhbeipdalcncnkjilpjgkebkghpnjo
URL Ufficiale https://chrome.google.com/webstore/detail/canvas-blocker/hafhbeipdalcncnkjilpjgkebkghpnjo
Descrizione Will Block Canvas from sending requests regarding tab switching
Dimensione del File 3.5 KB
Conteggio Installazioni 175
Versione Corrente 0.1
Ultimo Aggiornamento 2020-09-30
Data di Pubblicazione 2020-09-30
Sviluppatore jaxomali
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Blocker",
    "description": "Will Block Canvas from sending requests regarding tab switching",
    "version": "0.1",
    "author": "Jaxom Ali",
    "permissions": [
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}