Examine source code of Genius Connector

Inspect and view changes in Genius Connector source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Genius Connector",
  "version": "4.4.88",
  "description": "Genius Connector automates and accelerates the process of getting and connecting with targeted, key-word based FB Friends.",
  "short_name": "GC",
  "icons": {
    "16": "images/5f326f2af01f5b4338ccf597-Genius_Connector-1621942858684-small_icon.png",
    "48": "images/5f326f2af01f5b4338ccf597-Genius_Connector-1621942858744-medium_icon.png",
    "128": "images/5f326f2af01f5b4338ccf597-Genius_Connector-1621942858791-large_icon.png"
  },
  "action": {
    "default_title": "Genius Connector"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*",
        "*://facebook.com/*"
      ],
      "js": [
        "js/vendor.js",
        "./arrive.js",
        "js/contentScriptBundle.js",
        "./jquery.bpopup.min.js"
      ],
      "css": [
        "assets/content.inj.css",
        "assets/jquery.toast.min.css",
        "assets/chosen.css",
        "assets/jquery-ui.css",
        "css/customCss.css",
        "assets/bootstrap-tagsinput.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "unlimitedStorage",
    "clipboardRead"
  ],
  "host_permissions": [
    "*://*.facebook.com/*",
    "https://z7c5j0fjy8.execute-api.us-east-2.amazonaws.com/dev/tiersai",
    "https://*.friendconnector.io/",
    "*://*.friendconnector.io/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "images/*",
        "js/*",
        "css/*"
      ],
      "matches": [
        "*://*.facebook.com/*",
        "*://facebook.com/*"
      ]
    }
  ],
  "manifest_version": 3
}