By: zhensherlock
Inspect and view changes in Vue Devtools Unlocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Vue Devtools Unlocker",
"version": "1.2.0",
"description": "Debug Vue apps in production, without touching the source code.",
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "vue-devtools-unlocker@huayi-data.com",
"strict_min_version": "109.0"
}
},
"web_accessible_resources": [
{
"resources": [
"injectedScript.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"action": {
"default_title": "Vue Devtools Unlocker",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"js": [
"contentScript.js"
]
}
]
} Best Vue Devtools Unlocker Alternatives
Here are some Firefox add-ons that are similar to Vue Devtools Unlocker:
Vue.js devtools
f'z'y
Vue.js devtools
Vue.js
Vue Performance Devtool
Rafael Escala
Vue.js DevTools
vuejsdevtools
Vue.js Devtools v6 (legacy)
Vue.js
Vue force dev
LoryHuang
Dev Mode
D7OM
Svelte Devtools
RedHatter271
Alpine.js DevTools Pro
Bartek Igielski
Vue.js find components
lukaw3d
vue-devtools
xinsuan