Browse Productivity Tracker Firefox

Examine source code of Browse Productivity Tracker

By: Arnav
Inspect and view changes in Browse Productivity Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browse Tracker",
  "version": "1.0",
  "description": "Track browsing time and YouTube channel watching habits",
  "author": "Your Name",
  "browser_specific_settings": {
    "gecko": {
      "id": "browse-tracker@yourdomain.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "alarms",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "youtube-tracker.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  }
}

Best Browse Productivity Tracker Alternatives

Here are some Firefox add-ons that are similar to Browse Productivity Tracker: