Timestamp Injector for ChatGPT Firefox

Examine source code of Timestamp Injector for ChatGPT

By: KUDs
Inspect and view changes in Timestamp Injector for ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Timestamp Injector for ChatGPT",
  "version": "1.0.0",
  "description": "Displays customizable timestamps at the end of each ChatGPT message.",
  "author": "KUDs",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js"
      ],
      "matches": [
        "https://chatgpt.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon_16.png",
      "48": "icon_48.png",
      "128": "icon_128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "timestamp-injector-for-chatgpt@kuds.win",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Timestamp Injector for ChatGPT Alternatives

Here are some Firefox add-ons that are similar to Timestamp Injector for ChatGPT: