视频录制神器

视频录制神器

免费使用,无需注册,无水印,录制无大小限制视频,从摄像机录制视频或从屏幕(桌面,特定应用程序窗口或浏览器选项卡)捕获视频

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/all.js"
  },
  "action": {
    "default_icon": "img/128.png",
    "default_popup": "popup2.html"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "视频录制神器",
  "offline_enabled": true,
  "options_page": "popup.html#/settings",
  "permissions": [
    "desktopCapture",
    "storage",
    "tabs",
    "windows",
    "alarms",
    "webRequest",
    "declarativeNetRequest",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "3.3.12",
  "minimum_chrome_version": "93",
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ]
}