Session Sharing Plugin Firefox

Examine source code of Session Sharing Plugin

Inspect and view changes in Session Sharing Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Mit dem Session Sharing Plugin können Webseiten-Sessions sicher und einfach geteilt werden. Perfekt für die Zusammenarbeit und das Teilen von Anmeldedaten oder aktiven Sitzungen",
  "manifest_version": 2,
  "name": "Session Sharing Plugin",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "underscore.js",
      "background.js"
    ]
  },
  "permissions": [
    "cookies",
    "*://*/*",
    "contextMenus",
    "clipboardWrite"
  ],
  "omnibox": {
    "keyword": "sessionshare"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8e0a2fe6-9e58-43c6-9d49-38242d3190dd}"
    }
  }
}

Best Session Sharing Plugin Alternatives

Here are some Firefox add-ons that are similar to Session Sharing Plugin: