Visible LinkedIn Plugin

Visible LinkedIn Plugin

See how your posts may portray you to others. Control how you're seen by AI, people and businesses online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Visible LinkedIn Plugin",
  "version": "0.9.4",
  "manifest_version": 3,
  "description": "See how your posts may portray you to others. Control how you're seen by AI, people and businesses online.",
  "homepage_url": "https://www.visible.cx",
  "author": "Visible",
  "icons": {
    "16": "VisibleIcon16.png",
    "48": "VisibleIcon48.png",
    "128": "VisibleIcon128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Visible LinkedIn Plugin"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "linkedin.js"
      ],
      "css": [
        "linkedin.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "VisibleIcon48.png",
        "VisibleIcon16.png"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}