CrowdTangle Link Checker

CrowdTangle Link Checker

An easy way to see how often a link has been shared, who shared it and what they said!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CrowdTangle Link Checker",
  "description": "An easy way to see how often a link has been shared, who shared it and what they said!",
  "version": "3.0.33",
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "permissions": [
    "identity",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://api.crowdtangle.com/ce/*"
  ],
  "action": {
    "default_title": "CrowdTangle",
    "default_popup": "popup.html"
  }
}