Snapchat Time Tracker Firefox

Examine source code of Snapchat Time Tracker

Inspect and view changes in Snapchat Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Snapchat Time Tracker",
  "version": "1.0",
  "description": "Track time spent on Snapchat Web and show a productivity score.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.snapchat.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "snaptracker@example.com"
    }
  }
}

Mejores alternativas Snapchat Time Tracker

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