By: Marco Solazzi
Inspect and view changes in Yuzu Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Yuzu Inspector",
"description": "Inspect Yuzu components in browser devtools",
"devtools_page": "devtools.html",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": {
"128": "icon-off.png"
},
"default_title": "Yuzu Devtools"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"initialize.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"detector.js"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"file:///*",
"http://*/*",
"https://*/*"
],
"version": "2.1.1"
} Best Yuzu Inspector Alternatives
Here are some Firefox add-ons that are similar to Yuzu Inspector:
Angular state inspector
Ihor Klymenok
MobiDevTools
Francesco De Stefano
UI5 Inspector AZ
Nhà Cái 5699
Svelte Devtools
RedHatter271
Inspector DOM Sidebar
nchevobbe
WebGPU Inspector
brendan-duncan
Angular state inspector
Anton Lunev
Mixpanel Data Inspector
Mixpanel
New-Free-sidebar
Diane
Extension Inspector
Tim Weißenfels
Vue.js devtools
f'z'y