LinkedIn Application Counter Firefox

Examine source code of LinkedIn Application Counter

By: Kooribo
Inspect and view changes in LinkedIn Application Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkedIn Application Counter",
  "version": "1.0",
  "description": "Check the real number of Linkedin Applications.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.linkedin.com/*"
  ],
  "icons": {
    "256": "icons/app-256.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "app.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8cd0fc2c-d6e3-4f04-b0a2-1da357f82153}"
    }
  }
}

Best LinkedIn Application Counter Alternatives

Here are some Firefox add-ons that are similar to LinkedIn Application Counter: