WhoWorked Firefox

Examine source code of WhoWorked

Inspect and view changes in WhoWorked source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WhoWorked",
  "description": "Track time directly from your browser with WhoWorked.",
  "version": "0.2.4",
  "short_name": "WhoWorked",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "idle",
    "alarms",
    "contextMenus",
    "activeTab",
    "identity",
    "tabs"
  ],
  "commands": {
    "toggle-timer": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "MacCtrl+Shift+U"
      },
      "description": "Start or stop the current timer"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "whoworked@whoworked.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "WhoWorked",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://aistudio.google.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/ai-detector.js"
      ]
    }
  ]
}

Best WhoWorked Alternatives

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