Activity Tracker Firefox

Examine source code of Activity Tracker

Inspect and view changes in Activity Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Activity Tracker",
  "description": "Track your social occurence track your clicks, track your scrolling.",
  "version": "1.1resigned1",
  "background": {
    "scripts": [
      "lib/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a4131071-28d9-4ffe-b2c1-8a9312b7ee97}"
    }
  }
}

Mejores alternativas Activity Tracker

Aquí hay algunas Firefox add-ons que son similares a Activity Tracker: