ScrapIT Camera Direct Connection Firefox

Examine source code of ScrapIT Camera Direct Connection

Inspect and view changes in ScrapIT Camera Direct Connection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ScrapIT Camera Direct Connection",
  "version": "2.6.0",
  "description": "Direct local camera access for ScrapIT. View live camera feeds when on the same network, bypassing remote proxy.",
  "permissions": [
    "<all_urls>",
    "https://*.scrapitsoftware.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.scrapitsoftware.com/*",
        "http://*.scrapitsoftware.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "camera-direct@scrapitsoftware.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best ScrapIT Camera Direct Connection Alternatives

Here are some Firefox add-ons that are similar to ScrapIT Camera Direct Connection: