CB Capture Firefox

Examine source code of CB Capture

Por: Codebais
Inspect and view changes in CB Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CB Capture",
  "description": "Record browser meetings and get AI-powered transcriptions, summaries, and action items — 100% local and private.",
  "version": "1.0.9",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "meetrecord-ai@pankaj.local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "assets/background.js-BwBG8u1V.js"
    ],
    "type": "module"
  },
  "permissions": [
    "tabs",
    "downloads",
    "storage",
    "activeTab",
    "scripting",
    "identity"
  ],
  "host_permissions": [
    "https://capture.codebais.in/*",
    "http://localhost:8000/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.js-BdejR0IZ.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/popup/options.html",
        "src/popup/options.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Mejores alternativas CB Capture

Aquí hay algunas Firefox add-ons que son similares a CB Capture: