By: Yanchi Eden
Inspect and view changes in Event Tracking Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Event Tracking Tool",
"version": "1.3",
"description": "Track DOM events (clicks, submissions, scrolls) on any webpage.",
"permissions": [
"activeTab",
"storage"
],
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icons/logo_64.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{4423e636-c9d4-469a-9fbe-e2e937844d9b}"
}
}
} Best Event Tracking Tool Alternatives
Here are some Firefox add-ons that are similar to Event Tracking Tool: