Time Travel Firefox

Examine source code of Time Travel

Inspect and view changes in Time Travel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Time Travel",
  "description": "__MSG_extensionDescription__",
  "version": "2.5.1",
  "default_locale": "en",
  "minimum_chrome_version": "109",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "type": "module",
    "scripts": [
      "worker.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "default_popup": "popup/main.html",
    "default_area": "navbar"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; img-src 'self' data:;"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "time@travel",
      "strict_min_version": "128.0"
    },
    "gecko_android": {
      "id": "time@travel",
      "strict_min_version": "128.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "content-scripts/replace-date.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "world": "MAIN"
    }
  ]
}

Best Time Travel Alternatives

Here are some Firefox add-ons that are similar to Time Travel: