Canvas Blocker
Will Block Canvas from sending requests regarding tab switching
What is Canvas Blocker?
Canvas Blocker is a Chrome extension developed by jaxomali, and its main feature is "Will Block Canvas from sending requests regarding tab switching".
Extension Screenshots
Download Canvas Blocker Extension CRX File
Download Canvas Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This protects the students privacy.
Extension Basic Information
Name | |
ID | hafhbeipdalcncnkjilpjgkebkghpnjo |
Official URL | https://chrome.google.com/webstore/detail/canvas-blocker/hafhbeipdalcncnkjilpjgkebkghpnjo |
Description | Will Block Canvas from sending requests regarding tab switching |
File Size | 3.5 KB |
Installation Count | 175 |
Current Version | 0.1 |
Last Updated | 2020-09-30 |
Publish Date | 2020-09-30 |
Developer | jaxomali |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |