WebGL Insight icon

WebGL Insight

Malware Detected

This extension has been flagged as potentially malicious.

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-15.

Extension Actions

CRX ID
djdcbmfacaaocoomokenoalbomllhnko
Status
  • Minor Policy Violation
  • Removed Long Ago
  • No Privacy Policy
Description from extension meta

A helpful Chrome extension for WebGL development

Image from store
WebGL Insight
Description from store

Insight is a WebGL debugging toolkit providing a variety of capabilities enabling more productive WebGL development and more efficient WebGL applications.

Features:
Mipmap Inspector
Depth Inspector
Overdraw Inspector
Call Stack Timeline and Statistics
Program Usage Count
Duplicate Program Usage Detector
Program Viewer
Frame Control
State Variable Editor
Resource Viewer

Fork us on Github! http://bit.ly/webgl-insight

Latest reviews

Allan Raquin
As Sylvain said, it could lead to some bugs on your site. Just experienced it ...
Vincent Le Quang
WARNING! This add-on possibly breaks pages. So let's say you have a canvas on a page, that's meant to use a getContext("2d"). Suddenly, your canvas context is null. The reason is that this plugin forces getContext("webgl") on all canvases, so it breaks the rest.
Action Script
No contexts found!
Scratch Tutorialstomakefungames
it isnt working :(
Stik Dragon
Does not seem to do anything at all, guess it's broken and unmaintained now?
Let's Prop It
Awful. It worked for like a week and then never showed up on anything again.
Douglas Lilliequist
This plugin just cost my team 3 days of debugging and doing unthinkable, possible solutions to a very bizarre error of null canvas contexts. Please have a look at this so you can spare other potential teams from suffering endless hours of pain and debugging.
Joseph Kasule
It doesn't work.
Said Moya
Work only with WegGL 1.0, need an update for Webgl2.0 Chrome Themes
Thomas Mullen
Doesn't work.
Alper Tuna
Cool! It works with three.js and helped a lot to find memory leaks
Nolan Check
Useless. It doesn't help me debug my Emscripten application.
Cameron
Does not work
Samuel Hurel
No WebGL2 support...
Donna Zeller
its not working
John CoWayger
Not working :(
Xander Luciano
Abandoned by creator.
Naveen Babu
Not working...
Serhii Mikheiev
does not work
Jonathan Ringstad
doesnt work
Digital Sydney
Doesn't seem to work with all the WebGL sites I've tested it on
Deins
Not working. I have static html with canvas and runing my emscripten compiled asm.js or wasm app. It detects canvas, but none of the tools work. Maybe its chromes fault, because after 10 or so seconds the tab contents itself crashes.
Valerie Byers
It doesn't help WEBGL to work
Artem Batogovsky
Not working. As i understand this tool works only with canvas that present in html only from the beginning.
Sylvain Abadie
Cool extension but be careful it forces <canvas> that are in code HTML in webgl mode so if you try to get the rendering context in 2D with getContext('2d') it will return null !