LinkedIn Comment Exporter by folk

LinkedIn Comment Exporter by folk

Turn commenters into potential clients. Easily extract a list of people who have liked or commented on a LinkedIn post in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LinkedIn Comment Exporter by folk",
  "description": "Turn commenters into potential clients. Easily extract a list of people who have liked or commented on a LinkedIn post in one click.",
  "version": "1.2.1",
  "background": {
    "service_worker": "dist/background.js"
  },
  "host_permissions": [
    "https://*.linkedin.com/*"
  ],
  "permissions": [
    "scripting",
    "webNavigation"
  ],
  "icons": {
    "16": "src/assets/icons/icon16.png",
    "32": "src/assets/icons/icon32.png",
    "48": "src/assets/icons/icon48.png",
    "128": "src/assets/icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/main.js",
        "dist/utils.js",
        "dist/lkdn_api.js",
        "src/html/post_addon.html",
        "src/html/post_btn.html",
        "src/html/intro_modal.html",
        "src/assets/loader.gif",
        "src/css/folk.css",
        "src/font/UxumGrotesque-Medium.woff2",
        "src/assets/linkedinpost_illu.png",
        "src/assets/folk_logoLarge.svg",
        "src/html/leads_export_modal.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}