webss.cloud Capture & Record Firefox

Examine source code of webss.cloud Capture & Record

제작자: Webss Cloud
Inspect and view changes in webss.cloud Capture & Record source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "webss.cloud Page Capture & Recorder",
  "version": "2.1.0",
  "description": "Capture full pages or regions, annotate, and sync instantly to webss.cloud for sharing. Built for website QA.",
  "action": {
    "default_popup": "index.html"
  },
  "commands": {
    "shortcut_capture_visible": {
      "suggested_key": {
        "default": "Ctrl+Alt+S"
      },
      "description": "Capture visible area"
    },
    "shortcut_capture_full": {
      "suggested_key": {
        "default": "Ctrl+Alt+F"
      },
      "description": "Capture full page"
    },
    "shortcut_select_area": {
      "suggested_key": {
        "default": "Ctrl+Alt+A"
      },
      "description": "Select custom area"
    }
  },
  "background": {
    "service_worker": "background.js",
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "unlimitedStorage",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "editor.html",
        "editor.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "browser-extension@webss.cloud",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo",
          "websiteContent"
        ]
      },
      "strict_min_version": "121.0"
    }
  }
}

최고의 webss.cloud Capture & Record 대안

다음은 webss.cloud Capture & Record과(와) 유사한 Firefox add-on입니다: