Social Media Bridge for n8n Chrome

Examine source code of Social Media Bridge for n8n

Inspect and view changes in Social Media Bridge for n8n source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Social Media Bridge for n8n",
  "version": "1.0.0",
  "description": "Connect your social media accounts to your automation tools — on a schedule or on demand.",
  "background": {
    "service_worker": "src/background.js",
    "type": "module"
  },
  "options_ui": {
    "page": "sidepanel.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "action": {
    "default_title": "Social Media Bridge for n8n",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "debugger",
    "tabs",
    "storage",
    "alarms",
    "scripting",
    "cookies",
    "webNavigation",
    "sidePanel"
  ],
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://*.instagram.com/*",
    "https://*.facebook.com/*",
    "https://*.pinterest.com/*",
    "https://*.youtube.com/*",
    "https://*.x.com/*",
    "https://*.twitter.com/*",
    "https://*.tiktok.com/*",
    "https://*.threads.net/*"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}

Best Social Media Bridge for n8n Alternatives

Here are some Chrome extensions that are similar to Social Media Bridge for n8n: