LinkedIn Hashtag Analytics

LinkedIn Hashtag Analytics

Uncover total followers, likes and comments of any LinkedIn hashtag fast. Discover a trending hashtag early and get more visibility.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.4",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "*://*.linkedin.com/feed/*",
      "*://*.mixpanel.com/*"
    ]
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://*.linkedin.com/feed/*"
  ],
  "action": {
    "default_popup": "announcement.html",
    "default_icon": {
      "16": "/images/filticon_brand_colour.png",
      "32": "/images/filticon_brand_colour.png",
      "48": "/images/filticon_brand_colour.png",
      "128": "/images/filticon_brand_colour.png"
    }
  },
  "icons": {
    "16": "/images/filticon_brand_colour.png",
    "32": "/images/filticon_brand_colour.png",
    "48": "/images/filticon_brand_colour.png",
    "128": "/images/filticon_brand_colour.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/la_users_white.png",
        "images/la_info-circle_black.png",
        "images/la_users.png",
        "images/slack-hash.png"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ]
    }
  ]
}