Агент Компьютерного Таймера Firefox

Examine source code of Агент Компьютерного Таймера

Inspect and view changes in Агент Компьютерного Таймера source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Computer Time Agent",
  "version": "1.0",
  "description": "Sends information about websites to Computer Timer",
  "icons": {
    "32": "icons/icon32x32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "interceptor.js"
    ]
  },
  "permissions": [
    "tabs",
    "*://localhost/*",
    "webRequest"
  ]
}

Meilleures alternatives Агент Компьютерного Таймера

Voici quelques Firefox add-ons qui sont similaires à Агент Компьютерного Таймера :