Canvas Blocker
Will Block Canvas from sending requests regarding tab switching
Wat is Canvas Blocker?
Canvas Blocker is een Chrome-extensie ontwikkeld door jaxomali, en de belangrijkste functie is "Will Block Canvas from sending requests regarding tab switching".
Extensie Screenshots
Download het CRX-bestand van de extensie Canvas Blocker
Download Canvas Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This protects the students privacy.
Basisinformatie over de Extensie
Naam | |
ID | hafhbeipdalcncnkjilpjgkebkghpnjo |
Officiële URL | https://chrome.google.com/webstore/detail/canvas-blocker/hafhbeipdalcncnkjilpjgkebkghpnjo |
Beschrijving | Will Block Canvas from sending requests regarding tab switching |
Bestandsgrootte | 3.5 KB |
Aantal Installaties | 175 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2020-09-30 |
Publicatiedatum | 2020-09-30 |
Ontwikkelaar | jaxomali |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |