TimeMarker Firefox

Examine source code of TimeMarker

By: Asad
Inspect and view changes in TimeMarker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TimeMarker — Đánh dấu khoảnh khắc",
  "version": "1.0",
  "description": "Nhấn 'Mark' để tạo timestamp trên video; hiển thị chấm nhỏ, lưu cục bộ và export JSON.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "timemarker@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TimeMarker Alternatives

Here are some Firefox add-ons that are similar to TimeMarker: