Session Share Firefox

Examine source code of Session Share

By: Scott Add-on
Inspect and view changes in Session Share source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "lib/underscore.min.js",
      "lib/crypto-js.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "lib/jquery-v3.3.1.min.js",
        "content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "omnibox": {
    "keyword": "session_paste"
  },
  "permissions": [
    "contextMenus",
    "cookies",
    "clipboardWrite",
    "clipboardRead",
    "activeTab",
    "scripting",
    "notifications",
    "tabs",
    "declarativeNetRequest",
    "storage"
  ],
  "version": "1.2.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{ca8f42d5-d0ca-4791-996d-cebbea6aa25b}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Session Share Alternatives

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