By: Jad Abi Zaki
Inspect and view changes in JADTAG Troubleshooting Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "JADTAG Troubleshooting Helper",
"version": "1.0",
"description": "Troubleshoot AAT implementation by detecting tags, network calls, and events",
"permissions": [
"webRequest",
"tabs",
"activeTab",
"storage",
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "jadabizaki@gmail.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "JADTAG",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png"
}
}
} Best JADTAG Troubleshooting Helper Alternatives
Here are some Firefox add-ons that are similar to JADTAG Troubleshooting Helper: