Video Roll - All-in-One Video Enhancements

Video Roll - All-in-One Video Enhancements

Rotate, zoom, reposition, stretch, flip, download, playback, tune, volume and more. 旋转、缩放、移动、下载、调整比例、镜像翻转、调节音调、音量、倍速、专注、滤镜视频

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Video Roll - All-in-One Video Enhancements",
  "version": "1.1.6",
  "manifest_version": 3,
  "description": "Rotate, zoom, reposition, stretch, flip, download, playback, tune, volume and more. 旋转、缩放、移动、下载、调整比例、镜像翻转、调节音调、音量、倍速、专注、滤镜视频",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject/index.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "background/index.js"
  },
  "icons": {
    "16": "/icons/icon_16.png",
    "32": "/icons/icon_32.png",
    "48": "/icons/icon_48.png",
    "64": "/icons/icon_64.png",
    "128": "/icons/icon_128.png",
    "256": "/icons/icon_256.png",
    "512": "/icons/icon_512.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject/index.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "homepage_url": "https://videoroll.gomi.site",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "/icons/icon_16.png",
      "32": "/icons/icon_32.png",
      "48": "/icons/icon_48.png",
      "64": "/icons/icon_64.png",
      "128": "/icons/icon_128.png",
      "256": "/icons/icon_256.png",
      "512": "/icons/icon_512.png"
    },
    "default_title": "Video Roll",
    "default_popup": "popup/index.html"
  }
}