Por: Baktiadi
Inspect and view changes in Highlight DOM Changes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Highlight DOM Changes",
"description": "Highlight newly added or modified elements on the page in real time",
"version": "1.0",
"icons": {
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
},
"permissions": [
"storage",
"activeTab"
],
"browser_action": {
"default_icon": "icons/icon-64.png",
"default_title": "Highlight DOM Changes",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{eef605fb-f5f9-4c3a-bc21-aca64ff4d09c}",
"strict_min_version": "92.0"
}
}
} Mejores alternativas Highlight DOM Changes
Aquí hay algunas Firefox add-ons que son similares a Highlight DOM Changes: