LinkedIn Clicker Firefox

Examine source code of LinkedIn Clicker

Inspect and view changes in LinkedIn Clicker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "LinkedIn Clicker",
  "action": {},
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "laimis.milasius@gmail.com"
    }
  },
  "version": "0.2.9.69",
  "description": "It's about click. It's about you time. It's about you profile. Use it.",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "background": {
    "scripts": [
      "serviceworker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*",
        "http://localhost:8083/*"
      ],
      "js": [
        "click.js"
      ]
    },
    {
      "matches": [
        "http://localhost:3030/*",
        "https://clicker.lt/*",
        "https://www.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/active/icon_48-on.png"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "as": "image"
    },
    {
      "resources": [
        "images/active/icon_48-off.png"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "as": "image"
    }
  ]
}

Best LinkedIn Clicker Alternatives

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