Domain Visit Tracker Firefox

Examine source code of Domain Visit Tracker

Inspect and view changes in Domain Visit Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Domain Visit Tracker",
  "version": "1.0",
  "description": "Track daily page visits per domain with real-time display and historical charts",
  "permissions": [
    "webNavigation",
    "storage",
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Domain Visit Tracker"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0dddd3c2-44d1-44fb-864e-60e3c5ff8726}"
    }
  }
}

Best Domain Visit Tracker Alternatives

Here are some Firefox add-ons that are similar to Domain Visit Tracker: