By: BabylonJS
Inspect and view changes in Spector.js source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"minimum_chrome_version": "20",
"name": "Spector.js",
"version": "0.9.28",
"homepage_url": "http://spector.babylonjs.com/",
"description": "Explore and Troubleshoot your WebGL scenes easily.",
"author": "@SpectorJS",
"permissions": [
"http://*/*",
"https://*/*"
],
"page_action": {
"default_icon": {
"19": "spectorjs-19.png",
"38": "spectorjs-38.png"
},
"default_title": "Debug with Spector"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"file://*/*",
"http://*/*",
"https://*/*"
],
"js": [
"spector.bundle.func.js",
"contentScript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
"spector.bundle.js",
"popup.js",
"result.js"
],
"icons": {
"48": "spectorjs-48.png",
"128": "spectorjs-128128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{4320ca4c-7207-4109-a96c-792a1dac9339}"
}
}
} Best Spector.js Alternatives
Here are some Firefox add-ons that are similar to Spector.js:
Excalibur Dev Tools
Erik Onarheim
Three.js Developer Tools
Jordan Santell
PixiJS Devtools
Bob Fanger
FicusJS devtools
Ficus
Svelte Reactive Debugger
unlocomqx
Tinker Tester Developer Spy
Thomas Wisniewski
Show Data Variables
onii.com
Vue.js devtools
f'z'y
Phaser Debugger
Ariorh