By: scolastico
Inspect and view changes in DOM Time Machine Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "DOM Time Machine Pro",
"version": "1.0.4",
"description": "A powerful developer tool designed to capture a high-fidelity, chronological record of a webpage's DOM state. Capture, rewind, and inspect the code of a page at any point in time.",
"author": "scolasti.co",
"homepage_url": "https://github.com/scolastico-dev/dom-time-machine",
"icons": {
"32": "icons/gray.png"
},
"browser_specific_settings": {
"gecko": {
"id": "dom-time-machine@scolasti.co",
"data_collection_permissions": {
"required": [
"websiteContent",
"browsingActivity"
]
}
}
},
"permissions": [
"storage",
"unlimitedStorage",
"activeTab",
"scripting",
"tabs"
],
"action": {
"default_title": "DOM Time Machine",
"default_icon": {
"32": "icons/gray.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"viewer.html",
"viewer.js"
],
"matches": [
"<all_urls>"
]
}
]
} Best DOM Time Machine Pro Alternatives
Here are some Firefox add-ons that are similar to DOM Time Machine Pro:
Time-Travel Debugger for The Web
jbrew
DOMLogger++
Kévin (Mizu)
Copy DOM and CSS for AI
Faisal Bhuiyan
Todemo: From Screenshots to Demos
SunnySide Dev
Gripper - DevTools for Designers
isboyjc
SuperDev Pro
Mohd Danish
DOM Tracker
joggerjoe
Full QA Stack
paskacez
Claude Code Probe
CourierKD
Tinker Tester Developer Spy
Thomas Wisniewski
Action Replay Pro
DA88
DOM element as a bookmark
TyDraniu