LinkedIn Auto Comment Firefox

Examine source code of LinkedIn Auto Comment

Inspect and view changes in LinkedIn Auto Comment source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkedIn Auto Comment Helper",
  "version": "0.1.1",
  "description": "Generate tailored comments for LinkedIn posts and auto-insert into the comment box.",
  "permissions": [
    "storage",
    "tabs",
    "*://*.linkedin.com/*",
    "https://api.openai.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "LinkedIn Auto Comment Helper",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "generate_comment_hotkey": {
      "suggested_key": {
        "default": "Alt+Shift+G"
      },
      "description": "Generate AI comment for the focused post"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{e8cac3e4-785f-4bb0-b771-681a8f310622}"
    }
  }
}

Best LinkedIn Auto Comment Alternatives

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