WebRTC Control Firefox

Examine source code of WebRTC Control

By: Bernard
Inspect and view changes in WebRTC Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.3.4",
  "manifest_version": 3,
  "name": "WebRTC Control",
  "homepage_url": "https://mybrowseraddon.com/webrtc-control.html",
  "description": "Have control over WebRTC (disable | enable) and protect your IP address.",
  "commands": {
    "_execute_action": {}
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "permissions": [
    "privacy",
    "storage",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "jid0-oFxt2GoakYukFl7Yp42Kq@jetpack"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "data/content_script/page_context/media_devices.js",
        "data/content_script/page_context/support_detection.js",
        "data/content_script/page_context/additional_objects.js"
      ]
    }
  ],
  "action": {
    "default_title": "WebRTC Control",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "data/content_script/inject.js"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best WebRTC Control Alternatives

Here are some Firefox add-ons that are similar to WebRTC Control: