Агент Компьютерного Таймера 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"
  ]
}

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

Here are some Firefox add-ons that are similar to Агент Компьютерного Таймера: