Screensync Screenshot & Screen Recorder Firefox

Examine source code of Screensync Screenshot & Screen Recorder

Inspect and view changes in Screensync Screenshot & Screen Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "scripts/jquery-3.6.0.js",
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "main.html"
  },
  "description": "Capture & Share Your Screen With Ease",
  "icons": {
    "16": "images/icon-19.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Screensync Screenshot & Screen Recorder",
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/jquery-3.6.0.js",
        "scripts/script.js"
      ],
      "css": [
        "css/mycss.css"
      ]
    }
  ],
  "version": "1.1.5",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "commands": {
    "captureregion": {
      "suggested_key": {
        "default": "Ctrl+Shift+V"
      },
      "description": "It captures a region of your choice."
    }
  }
}

Best Screensync Screenshot & Screen Recorder Alternatives

Here are some Firefox add-ons that are similar to Screensync Screenshot & Screen Recorder: